Skip to content
Snippets Groups Projects
Commit 12318938 authored by Colm Talbot's avatar Colm Talbot
Browse files

Remove unneeded call in base calibration

parent 55ce2652
No related branches found
No related tags found
1 merge request!1072Remove unneeded call in base calibration
...@@ -125,7 +125,6 @@ class Recalibrate(object): ...@@ -125,7 +125,6 @@ class Recalibrate(object):
calibration_factor : array-like calibration_factor : array-like
The factor to multiply the strain by. The factor to multiply the strain by.
""" """
self.set_calibration_parameters(**params)
return np.ones_like(frequency_array) return np.ones_like(frequency_array)
def set_calibration_parameters(self, **params): def set_calibration_parameters(self, **params):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment