Skip to content
Snippets Groups Projects
Commit 71c5ad60 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

fixed test_wrapper

parent 4f832f47
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ def data():
)
def test_wrapper(data, func, kws):
field = "data"
freq = "15min"
freq = "15T"
flags = initFlagsLike(data)
import saqc
......@@ -52,7 +52,7 @@ def test_wrapper(data, func, kws):
# check minimal requirements
checkDataFlagsInvariants(data, flags, field)
assert data[field].index.freq == pd.Timedelta(freq)
assert data[field].index.inferred_freq == freq
@pytest.mark.parametrize("method", ["time", "polynomial"])
......
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