From ce2312351977fe0a83fb507d96bd79c2a71251d9 Mon Sep 17 00:00:00 2001 From: Carl-Johan Haster <carl-johan.haster@ligo.org> Date: Tue, 23 Jun 2020 21:21:26 -0400 Subject: [PATCH] initial suggestion for fix --- bilby/gw/detector/strain_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bilby/gw/detector/strain_data.py b/bilby/gw/detector/strain_data.py index ab7f5efd9..6ba6db039 100644 --- a/bilby/gw/detector/strain_data.py +++ b/bilby/gw/detector/strain_data.py @@ -408,6 +408,7 @@ class InterferometerStrainData(object): self.time_array = array elif domain == 'frequency': self.frequency_array = array + self.start_time = start_time return elif sampling_frequency is None or duration is None: raise ValueError( -- GitLab