From fe49dcba0c69c6d018cdafdd21ff13460fce5daf Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Mon, 23 Apr 2018 17:01:08 +1000 Subject: [PATCH] Fixing tests --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index bf92c9f..7ec645a 100644 --- a/tests.py +++ b/tests.py @@ -153,7 +153,7 @@ class ComputeFstat(Test): def test_run_computefstatistic_single_point(self): 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() predicted_FS = Writer.predict_fstat() -- GitLab