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

Merge branch 'simplify-base-calibration' into 'master'

Remove unneeded call in base calibration

See merge request !1072
parents 6f06ee91 12318938
No related branches found
No related tags found
1 merge request!1072Remove unneeded call in base calibration
Pipeline #355262 passed
......@@ -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):
......
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