henry2004y / Batsrus.jl

BATSRUS/SWMF Data Processor
https://henry2004y.github.io/Batsrus.jl/dev/
MIT License
5 stars 2 forks source link

VTK test diff #28

Closed henry2004y closed 2 years ago

henry2004y commented 2 years ago

In WriteVTK v0.14.3, https://github.com/jipolanco/WriteVTK.jl/pull/106 the connectivity and offsets for unstructured grids have been changed from Int32 to Int64. This causes test failure because we compare sha256 for the generated VTU files.

I am asking if they want to support the old behavior, or just keep the current behavior.

henry2004y commented 2 years ago

Fixed in https://github.com/jipolanco/WriteVTK.jl/pull/107 WriteVTK v0.14.4