JuliaAstro / FITSIO.jl

Flexible Image Transport System (FITS) file support for Julia
http://juliaastro.org/FITSIO.jl/
MIT License
55 stars 29 forks source link

Bugfix in exception type check in tests #155

Closed jishnub closed 3 years ago

jishnub commented 3 years ago

Since CFITSIO.jl has now introduced its own error type CFITSIOError, tests that checked for ErrorException specifically are failing. This PR fixes these (along with the upstream fix). Tests appear to pass locally for me.

The CI will need to be re-triggered once the patch to CFITSIO.jl is released.