Skip to content

Commit

Permalink
Removed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
detly committed Apr 22, 2014
1 parent df81251 commit 028615b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_fft_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,10 @@ def fft_weights_funcs(args, expected):
) for label in ("weights", "gains"))

def test_gains():
# This is to make the args visible in a debugger
nonlocal args
assert gains.shape == expected_gains.shape
assert np.allclose(gains, expected_gains, rtol=1e-6, atol=1e-12)

def test_weights():
# This is to make the args visible in a debugger
nonlocal args
assert weights.shape == expected_weights.shape
assert np.allclose(weights, expected_weights, rtol=1e-6, atol=1e-12)

Expand Down

0 comments on commit 028615b

Please sign in to comment.