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

wording fix

parent 36953175
No related branches found
No related tags found
1 merge request!218Flags
......@@ -212,8 +212,8 @@ class Backtrack:
else:
# calc the squeezed series.
# we dont have to care about any forced series
# because anytime force is given, the False's in
# the mask are propagated back over the whole BT
# because anytime force was given, the False's in
# the mask were propagated back over the whole BT
mask = self.mask.iloc[:, -n:]
bt = self.bt.iloc[: -n:]
s = bt[mask].max(axis=1)
......
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