Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnitz committed Jun 26, 2023
1 parent 2dcf4c7 commit 7a242dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def __init__(self, detector_name, reference_time=1126259462.0):
self.name = str(detector_name)

lal_detectors = [pfx for pfx, name in get_available_lal_detectors()]
if detector_name in get_available_detectors():
if detector_name in _ground_detectors:
self.info = _ground_detectors[detector_name]
self.response = self.info['response']
self.location = self.info['location']
Expand Down

0 comments on commit 7a242dd

Please sign in to comment.