JuliaVTK / ReadVTK.jl

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

do not constrain version #59

Open MarDiehl opened 1 month ago

MarDiehl commented 1 month ago

Consistent information about VTK XML file formats, in particular on versions, is not available. Since recent versions of the VTK library still write out files labelled as version 0.1, not enforcing a particular version seems to be the best option at the moment.

Resolves #43

MarDiehl commented 1 month ago

I tried to understand what's going wrong. All errors are related to missing files in ReadVTK.jl\test\pvtk_files.jl

I can reproduce it locally, but don't really understand what's going on.