-
Notifications
You must be signed in to change notification settings - Fork 1
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
FIX Downsampling Bugs #62
Conversation
@@ -179,13 +191,13 @@ def __init__(self, J_phi): | |||
J=1, | |||
level1="near_sym_b", | |||
skip_hps=True, | |||
padding_mode="zeros", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure which padding mode is better, what I'm trying to do is simply use the default padding mode for all cases when applying dtcwt
Thank you. Note that this PR makes an important breaking change to the MuReNN API: |
Hello @xir4n , i have provided some more feedback. Please click the "Resolve conversation" to mark my comments as resolved. The two remaining things are:
Thanks! |
Changed default arguments in DTCWT:
alternate_gh=False
as the default value fordtcwt