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
Interval calculation function gets passed in iteration + 1 not iteration such that on the first round, the passed in value ends up being 2, not 1 as the readme suggests.
I'm not really sure why this is happening - if you'd like code samples I can send them through though.
The text was updated successfully, but these errors were encountered:
Interval calculation function gets passed in
iteration + 1
notiteration
such that on the first round, the passed in value ends up being 2, not 1 as the readme suggests.I'm not really sure why this is happening - if you'd like code samples I can send them through though.
The text was updated successfully, but these errors were encountered: