JuliaVTK / ReadVTK.jl

Julia package for reading VTK XML files
https://juliavtk.github.io/ReadVTK.jl
MIT License
33 stars 11 forks source link

fix tests for WriteVTK.jl v1.19 and run new version of the formatter #62

Closed ranocha closed 2 months ago

ranocha commented 2 months ago

Since #61 failed, I wanted to test CI here and also ran the newest version of the formatter.

ranocha commented 2 months ago

Looks like the problem comes from using relative paths instead of absolute paths in PVTK files - xref https://github.com/JuliaVTK/WriteVTK.jl/pull/141