Skip to content

Commit

Permalink
editing get_available_detectors() to avoid repetition (#4928)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyajyoti09 authored Nov 7, 2024
1 parent f48afea commit 4f01cc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pycbc/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def gmst_accurate(gps_time):
def get_available_detectors():
""" List the available detectors """
dets = list(_ground_detectors.keys())
for pfx, name in get_available_lal_detectors():
dets += [pfx]
return dets

def get_available_lal_detectors():
Expand Down

0 comments on commit 4f01cc4

Please sign in to comment.