You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Stack Overflow, a person named Scott astutely pointed out that the % seemed to be the issue. I was using it as the modulo operator. A workaround is to use operator.mod() instead. Still, I think this counts as a bug right?