From b115297e30b2d2c73b086e05654031f0f3a76545 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Thu, 22 Sep 2016 12:28:35 +0200 Subject: [PATCH] Minor fixes to MCMCGlitchSearch --- pyfstat.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyfstat.py b/pyfstat.py index 4a594f2..df9145d 100755 --- a/pyfstat.py +++ b/pyfstat.py @@ -301,6 +301,8 @@ class SemiCoherentGlitchSearch(BaseSearchClass, ComputeFstat): self.earth_ephem = self.earth_ephem_default if self.sun_ephem is None: self.sun_ephem = self.sun_ephem_default + self.transient = True + self.binary = False self.init_computefstatistic_single_point() def compute_nglitch_fstat(self, F0, F1, F2, Alpha, Delta, *args): -- GitLab