Skip to content

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

Merged
jipolanco merged 2 commits intomasterfrom
pvtk-relpath
Apr 4, 2024
Merged

Paths in parallel VTK files are now relative to that file#141
jipolanco merged 2 commits intomasterfrom
pvtk-relpath

Conversation

@jipolanco
Copy link
Copy Markdown
Member

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
Copy link
Copy Markdown

codecov Bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Relative file paths & field data with parallel file formats

1 participant