Skip to content

Commit

Permalink
fixes post-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Apr 18, 2024
1 parent 3c73ec6 commit 2d7148a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pycbc/events/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1082,13 +1082,6 @@ def find_fits(self, trigs):
thresh: float or numpy array
The thresh fit value(s)
"""
try:
# Exists where trigs is a class with the template num attribute
tnum = trigs.template_num
except AttributeError:
# Exists where trigs is dict-like
tnum = trigs['template_id']

try:
ifo = trigs.ifo
except AttributeError:
Expand Down

0 comments on commit 2d7148a

Please sign in to comment.