Skip to content

Commit 0948909

Browse files
divyajyoti09prayush
authored andcommitted
editing get_available_detectors() to avoid repetition (gwastro#4928)
1 parent a6bc6e5 commit 0948909

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: pycbc/detector.py

-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ def gmst_accurate(gps_time):
5656
def get_available_detectors():
5757
""" List the available detectors """
5858
dets = list(_ground_detectors.keys())
59-
for pfx, name in get_available_lal_detectors():
60-
dets += [pfx]
6159
return dets
6260

6361
def get_available_lal_detectors():

0 commit comments

Comments
 (0)