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

Error in MacOS only #73

Closed juliohm closed 6 months ago

juliohm commented 3 years ago

The test we have added in ImageInpainting.jl with a *.txt file fails on MacOS for some unknown reason:

https://github.com/JuliaImages/ImageInpainting.jl/runs/1858622127?check_suite_focus=true#step:6:60

Any idea of what can be causing the failure? This is a simple diagonal matrix saved as text file.

oxinabox commented 3 years ago

that is super bizare

johnnychen94 commented 3 years ago

I noticed this months ago but failed to find a minimal reproducible case, hopefully, #61 could help catch this. I'm not available recently to continue that but will do it eventually.

juliohm commented 6 months ago

Closing this as too old and due to the lack of a MWE.