Skip to content
Snippets Groups Projects
Commit 2a9f61ed authored by David Schäfer's avatar David Schäfer Committed by Peter Lünenschloß
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 7f93c345
No related branches found
No related tags found
1 merge request!850Horizontal axis rolling
Pipeline #207019 passed with stages
in 6 minutes and 11 seconds
This commit is part of merge request !850. Comments created here will be created in the context of that merge request.
......@@ -81,7 +81,7 @@ class RollingMixin:
**kwargs,
)
else:
if not kwargs.get("target", False):
if not "target" in kwargs:
raise ValueError(
"Target has to be assigned for cross statistics calculations."
)
......
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