JuliaTesting / ReferenceTests.jl

Utility package for comparing data against reference files
https://juliatesting.github.io/ReferenceTests.jl/latest/
Other
82 stars 14 forks source link

Image IO backend is sensitive to storage types #65

Open johnnychen94 opened 4 years ago

johnnychen94 commented 4 years ago

In some rare cases:

@test_reference "refrence.png" img # this fails
@test_reference "refrence.png" n0f8.(clamp01!(img)) # this works