From 71feee4bd80df24719756d7fd6fc0de076d5f90d Mon Sep 17 00:00:00 2001
From: Peter Luenenschloss <peter.luenenschloss@ufz.de>
Date: Tue, 26 May 2020 16:07:34 +0200
Subject: [PATCH] addded missing parameters i shift

---
 saqc/funcs/proc_functions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/saqc/funcs/proc_functions.py b/saqc/funcs/proc_functions.py
index 2f51279ef..33dd5bb67 100644
--- a/saqc/funcs/proc_functions.py
+++ b/saqc/funcs/proc_functions.py
@@ -145,7 +145,7 @@ def proc_resample(data, field, flagger, freq, func=np.mean, max_invalid_total_d=
 
 
 @register
-def proc_shift(data, field, flagger, freq, drop_flags=None, empty_intervals_flag=None):
+def proc_shift(data, field, flagger, freq, method, drop_flags=None, empty_intervals_flag=None, **kwargs):
     # Note: all data nans get excluded defaultly from shifting. I drop_flags is None - all BAD flagged values get
     # excluded as well.
     data = data.copy()
-- 
GitLab