Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Mar 24, 2024
1 parent f0be83e commit 0d1abe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_remucs.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def find(hz, f):

def issame(x, y, tol=1):

return abs(x - y) <= 1
return abs(x - y) <= tol

def isless(x, y):

Expand Down

0 comments on commit 0d1abe7

Please sign in to comment.