You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there might be a typo in the readme. Instead of the following,
importh5pycatalog_high=h5py.File('./3-OGC_low.hdf', 'r')
# Selecting parts of the catalogregion=candidates['mass1'][:] +candidates['mass2'][:] <4lowmass_snr=all_candidates['H1_snr'][:][region]
I think that it might be:
importh5pycandidates=h5py.File('./3-OGC_low.hdf', 'r')
# Selecting parts of the catalogregion=candidates['mass1'][:] +candidates['mass2'][:] <4lowmass_snr=candidates['H1_snr'][:][region]
The text was updated successfully, but these errors were encountered:
I think there might be a typo in the readme. Instead of the following,
I think that it might be:
The text was updated successfully, but these errors were encountered: