Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadtourei committed Apr 9, 2024
1 parent 6186518 commit be012ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_proc/test_whiten.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_whiten_along_distance(self, test_patch):
whitened_patch.coords.get_array("distance"),
)

def test_whiten_ifft_true(self, test_patch):
def test_whiten_ifft_false(self, test_patch):
"""
Ensure whiten function can return the result in the frequency domain
when the ifft flag is set to True.
Expand Down

0 comments on commit be012ef

Please sign in to comment.