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

Added example on how to use BSON-file #98

Closed mauro3 closed 2 years ago

mauro3 commented 2 years ago

Fixes #97

johnnychen94 commented 2 years ago

The test failure is very likely due to an upstream ImageMagick bug, adding ImageIO as a test dependency should work it around.

mauro3 commented 2 years ago

Cool. I'll add ImageIO to the test-deps. I will also add a BSON-test case.

johnnychen94 commented 2 years ago

Okay, I'll close #100 then so that we don't get conflict.

mauro3 commented 2 years ago

Thanks!