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

Fixing tests

parent 4a640fbc
Branches
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ class ComputeFstat(Test): ...@@ -153,7 +153,7 @@ class ComputeFstat(Test):
def test_run_computefstatistic_single_point(self): def test_run_computefstatistic_single_point(self):
Writer = pyfstat.Writer(self.label, outdir=self.outdir, duration=86400, Writer = pyfstat.Writer(self.label, outdir=self.outdir, duration=86400,
h0=1, sqrtSX=1, detectors='H1,L1') h0=1, sqrtSX=1, detectors='H1')
Writer.make_data() Writer.make_data()
predicted_FS = Writer.predict_fstat() predicted_FS = Writer.predict_fstat()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment