Closed cyphersnake closed 2 months ago
Motivation There was a bug, since:
a
q_o
q_m
Overview Aside from the fix itself, I've refactored a bit to make it more obvious which columns are used within the function
Will merge a little later, because of PR-trait around
Motivation There was a bug, since:
a
was twice assigned into s[0] rather than into s[0] & s[1]q_o
was not assigned at all, butq_m
was assigned twice. So the actual check did not take placeOverview Aside from the fix itself, I've refactored a bit to make it more obvious which columns are used within the function