Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

J of DTCWTInverse doesn't work #61

Open
FeiSong123 opened this issue Nov 8, 2024 · 0 comments
Open

J of DTCWTInverse doesn't work #61

FeiSong123 opened this issue Nov 8, 2024 · 0 comments

Comments

@FeiSong123
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant