Skip to content

Commit c7e762a

Browse files
committed
DOC: fix docstring
1 parent ab07fbb commit c7e762a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bilby/gw/detector/interferometer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def optimal_snr_squared(self, signal):
602602
603603
Returns
604604
=======
605-
float: The optimal signal to noise ratio possible squared
605+
float: The optimal signal-to-noise ratio squared of the signal
606606
"""
607607
return (abs(self.whiten_frequency_series(signal))**2).sum()
608608

0 commit comments

Comments
 (0)