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

[BUGFIX] squeeze shortcut

parent 17bcf742
No related branches found
No related tags found
1 merge request!218Flags
......@@ -240,9 +240,9 @@ class History:
# shortcut
if len(self) == n:
s = self.max()
self.hist = pd.DataFrame()
self.mask = pd.DataFrame()
s = self.max()
else:
# calc the squeezed series.
......
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