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
E AssertionError:
E Items are not equal to 7 significant digits:
E Expected the sum of all frequencies to be 1.0
E ACTUAL: 0.12362117134435475
E DESIRED: 1.0
The text was updated successfully, but these errors were encountered:
We're expecting all color frequencies in an image to sum to one. However, currently the median cut algorithm does not uphold this invariant.
The text was updated successfully, but these errors were encountered: