Skip to content

Commit

Permalink
Looks like I missed a bit! (gwastro#3279)
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh authored and lenona committed Sep 14, 2020
1 parent 35d04c1 commit 19d5936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/io/hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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([])
Expand Down

0 comments on commit 19d5936

Please # to comment.