Skip to content

Commit

Permalink
removing extra new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhooshan Gadre committed Jul 24, 2023
1 parent f605ae0 commit 89ceea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycbc/pnutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ def _get_imr_duration(m1, m2, s1z, s2z, f_low, approximant="SEOBNRv4"):
)
else:
raise RuntimeError("I can't calculate a duration for %s" % approximant)

# FIXME Add an extra factor of 1.1 for 'safety' since the duration
# functions are approximate
return time_length * 1.1
Expand Down

0 comments on commit 89ceea1

Please sign in to comment.