Skip to content
Snippets Groups Projects
Commit e1c4dd78 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

some conflicts

parent f29f0402
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
......@@ -14,10 +14,7 @@ from saqc.funcs.proc_functions import (
proc_resample,
proc_transform,
proc_rollingInterpolateMissing,
<<<<<<< HEAD
proc_interpolateGrid
=======
>>>>>>> develop
)
from saqc.lib.ts_operators import linearInterpolation, polynomialInterpolation
......@@ -87,7 +84,6 @@ def test_resample(course_5, flagger):
assert ~np.isnan(data1[field].iloc[0])
assert np.isnan(data1[field].iloc[1])
assert np.isnan(data1[field].iloc[2])
<<<<<<< HEAD
@pytest.mark.parametrize("flagger", TESTFLAGGER)
def test_interpolateGrid(course_5, course_3, flagger):
......@@ -98,5 +94,4 @@ def test_interpolateGrid(course_5, course_3, flagger):
flagger = flagger.initFlags(data)
dataInt, *_ = proc_interpolateGrid(data, 'data', flagger, '1h', 'time', grid_field='grid', inter_limit=10)
=======
>>>>>>> develop
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