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
I ran into an issue where these percentages: percentages: [0.1,0.1,0.1,0.3, 0.3, 0.1]
were adding up to 1.0000000000000002
And triggering the assert on line 66.
The text was updated successfully, but these errors were encountered:
I ran into an issue where these percentages:
percentages: [0.1,0.1,0.1,0.3, 0.3, 0.1]
were adding up to
1.0000000000000002
And triggering the assert on line 66.
The text was updated successfully, but these errors were encountered: