Skip to content
Snippets Groups Projects

Horizontal axis rolling

Merged Peter Lünenschloß requested to merge haxisRolling into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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."
)
Loading