Skip to content

Commit

Permalink
adjusting tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
krischer committed Aug 11, 2016
1 parent 4fc3a6f commit 13fb14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtspec/tests/test_multitaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def test_mt_deconv(self):
fmax=0.5)

np.testing.assert_allclose(r["deconvolved"][:1000], test_data,
rtol=1E-5)
rtol=1E-4)

def test_mt_deconvolve_settings(self):
"""
Expand Down

0 comments on commit 13fb14d

Please sign in to comment.