Skip to content
Snippets Groups Projects
Commit 3991a50a authored by David Schäfer's avatar David Schäfer
Browse files

Thats why we should always work on branches: removed test for removed feature

parent 4e8bf665
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
Pipeline #12160 failed with stages
in 10 minutes and 9 seconds
......@@ -138,7 +138,6 @@ def test_nonReduncingBuiltins(data, flagger):
(f"log({this})", np.log(data[this])),
(f"exp({this})", np.exp(data[this])),
(f"ismissing(mask({this} < {mean}))", data.mask(data[this] < mean).isna()),
(f"pop(this)", data[this])
]
for test, expected in tests:
......
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