Several fixes and refactorings to the interpolation methods
Compare changes
+ 37
− 86
@@ -9,9 +9,10 @@
@@ -21,6 +22,7 @@ import pandas as pd
@@ -277,91 +279,42 @@ def meanQC(data, max_nan_total=np.inf, max_nan_consec=np.inf):
@@ -598,11 +551,9 @@ def linearDriftModel(x, origin, target):