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
After updating to dssim 3.0.0 two of my tests fail with:
assertion failed: i <= 1.0 && i >= 0.0
One of them compares an image to itself, and the other compares that image to itself rotated by 90 degrees.
This failure seems to occur only when dssim is built in debug mode.
It can be reproduced by building the cli v3.0.0 in debug mode and running:
$ dssim beer-solid.png beer-solid.png
or
$ dssim beer-solid.png beer-solid-sideways.png
If the cli is built in release mode and the same commands are run, the process completes as expected, reporting the dssim values: 0.00075077 and 1.64705301, respectively.
These images are rendered from the Font Awesome Free beer icon in the Solid style.
After updating to dssim 3.0.0 two of my tests fail with:
One of them compares an image to itself, and the other compares that image to itself rotated by 90 degrees.
This failure seems to occur only when dssim is built in debug mode.
It can be reproduced by building the cli v3.0.0 in debug mode and running:
or
If the cli is built in release mode and the same commands are run, the process completes as expected, reporting the dssim values: 0.00075077 and 1.64705301, respectively.
These images are rendered from the Font Awesome Free
beer
icon in the Solid style.The text was updated successfully, but these errors were encountered: