JuliaVTK / WriteVTK.jl

Julia package for writing VTK XML files
Other
151 stars 32 forks source link

Paths in parallel VTK files are now relative to that file #141

Closed jipolanco closed 3 months ago

jipolanco commented 3 months ago

When writing a parallel VTK file (such as a .pvtu) to a relative directory dir/ other than ., the paths in that file are now relative to dir instead of ..

This doesn't change anything when absolute paths are used.

Closes #139

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.87%. Comparing base (7eb6761) to head (9836771).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #141 +/- ## ========================================== + Coverage 96.84% 96.87% +0.03% ========================================== Files 15 15 Lines 856 865 +9 ========================================== + Hits 829 838 +9 Misses 27 27 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.