Skip to content
Snippets Groups Projects
Commit 9231b2b4 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

fix(savgol): use fun instead of method

parent 0251e1b0
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class savgol(PostProcessABC):
print(e)
def savgol_on_srs(x):
return self.non_uniform_savgol(
return non_uniform_savgol(
x.index,
x.values,
self.parameters.window,
......
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