ExtendableGrids.jl icon indicating copy to clipboard operation
ExtendableGrids.jl copied to clipboard

allow to change the append and compress argument of vtk_grid in writeVTK

Open chmerdon opened this issue 1 year ago • 1 comments

see https://juliavtk.github.io/WriteVTK.jl/dev/grids/syntax/ for the purpose of append and compress and Issue https://github.com/JuliaVTK/WriteVTK.jl/issues/136 where these somehow lead to corrupted files that cannot be opened with some paraview versions on some architectures (I have this case on my machine).

By putting the defaults of append and compress to false this issues can be avoided it seems.

chmerdon avatar Jul 23 '24 11:07 chmerdon

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 73.77%. Comparing base (06a2f11) to head (807f9d4). Report is 72 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   73.01%   73.77%   +0.76%     
==========================================
  Files          27       32       +5     
  Lines        4239     4881     +642     
==========================================
+ Hits         3095     3601     +506     
- Misses       1144     1280     +136     

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

codecov-commenter avatar Jul 23 '24 13:07 codecov-commenter