Skip to content

Commit

Permalink
window_at must depend of windows_step
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelhx committed Mar 31, 2024
1 parent 6013073 commit dbb0b56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xsarsea/gradients.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def __init__(self, sigma0, window_size=1600, window_step=None, windows_at=None):
windows_at: dict
"""
print(window_step, windows_at)
if window_step is not None and windows_at is not None:
raise ValueError(
'window_step and window_at are mutually exclusive')
Expand Down

0 comments on commit dbb0b56

Please sign in to comment.