Skip to content

Commit

Permalink
Better description of alpha and percentage consistency in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cwitkowitz authored and bmcfee committed May 28, 2020
1 parent aaf6e8b commit ea081f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_constantq.py
Expand Up @@ -317,7 +317,7 @@ def __test(note_min):
assert np.nanmax(Cscale) < 7.3e-1, Cscale

Cscale[idx-1:idx+2] = np.nan
assert np.nanmax(Cscale) < 23e-2, Cscale
assert np.nanmax(Cscale) < 2.3e-1, Cscale

for note_min in [12, 18, 24, 30, 36]:
yield __test, note_min
Expand Down

0 comments on commit ea081f6

Please sign in to comment.