From 134c0c4917d1427ab5831c447f7c7751e6025463 Mon Sep 17 00:00:00 2001 From: Ian Harry Date: Mon, 18 May 2020 12:58:25 +0100 Subject: [PATCH] Looks like I missed a bit! (#3279) --- pycbc/io/hdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycbc/io/hdf.py b/pycbc/io/hdf.py index b181313bb11..bfa93c22b7e 100644 --- a/pycbc/io/hdf.py +++ b/pycbc/io/hdf.py @@ -757,7 +757,7 @@ def get_snglfile_array_dict(self, variable): curr.append(hdf_dataset[idx]) curr = np.array(curr) else: - curr = self.sngl_files[ifo].get_column(variable) + curr = self.sngl_files[ifo].get_column(variable)[tid] except IndexError: if len(self.trig_id[ifo]) == 0: curr = np.array([])