Skip to content

J of DTCWTInverse doesn't work #61

@FeiSong123

Description

@FeiSong123
Traceback (most recent call last):
  File "py_dtcwt.py", line 24, in <module>
    ifm = DTCWTInverse(biort='near_sym_b', qshift='qshift_b', J=3)
TypeError: __init__() got an unexpected keyword argument 'J'

The code is:

ifm = DTCWTInverse(biort='near_sym_b', qshift='qshift_b', J=3)

The api guidance of DTCWTInverse list J as parameter, however, when I tried it in the code, it didn't work. And when I go to see the source code, it didn't even define it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions