Skip to content

Commit

Permalink
editing get_available_detectors() to avoid repetition (gwastro#4928)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyajyoti09 authored and prayush committed Nov 21, 2024
1 parent a6bc6e5 commit 0948909
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 0948909

Please sign in to comment.