Skip to content
Snippets Groups Projects
Commit 9de0e2bc authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Loosen test constrains

It seems the tests have been failing, but only falling out of range by
~0.11 rather than 0.1. This increases the allowed range to 0.2
parent cd7050b8
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ class TestComputeFstat(Test):
Writer.Alpha,
Writer.Delta)
print predicted_FS, FS
self.assertTrue(np.abs(predicted_FS-FS)/FS < 0.1)
self.assertTrue(np.abs(predicted_FS-FS)/FS < 0.2)
class TestSemiCoherentGlitchSearch(Test):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment