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

blacck applied

parent a8fdbc50
No related branches found
No related tags found
1 merge request!256Filter funcs
Pipeline #23202 failed with stage
in 1 minute and 48 seconds
......@@ -5,4 +5,6 @@ import pandas as pd
def test_butterFilter():
assert (butterFilter(pd.Series([1, -1]*100), cutoff=0.1) - pd.Series([1, -1]*100)).mean() < 0.5
assert (
butterFilter(pd.Series([1, -1] * 100), cutoff=0.1) - pd.Series([1, -1] * 100)
).mean() < 0.5
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