From 123189380d112fa7c11c297258469dbedff45ffb Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Fri, 11 Feb 2022 17:23:44 +0000 Subject: [PATCH] Remove unneeded call in base calibration --- bilby/gw/detector/calibration.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bilby/gw/detector/calibration.py b/bilby/gw/detector/calibration.py index b52eb9284..65166a72c 100644 --- a/bilby/gw/detector/calibration.py +++ b/bilby/gw/detector/calibration.py @@ -125,7 +125,6 @@ class Recalibrate(object): calibration_factor : array-like The factor to multiply the strain by. """ - self.set_calibration_parameters(**params) return np.ones_like(frequency_array) def set_calibration_parameters(self, **params): -- GitLab