-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version issues in reading LaMEM timesteps #18
Comments
check by typing this in the package manager: pkg> status Also: we made some changes in LaMEM recently, to make this work accordingly. So it does require you to run a reasonably recent version of the code. |
This issue appeared when I tried to load a simulation I ran on my HPC installation, which has not been updated in a while. That should be what is tripping me! Nevertheless, my current |
you can try updating ReadVTK to 0.2.0 |
Updated the HPC installation, issue solved. Thank you so much Boris! |
Hello,
I was trying to import a simulation back into Julia to perform some post-processing but I'm struggling to do so.
Specifically, running the Read_LaMEM_timestep function returns an AssertionError:
I've checked the XML version on the output files (both the *.pvd and *.pvtr/*.pvts) files and I found this:
I'm guessing the VTKFile type version is triggering this error but I am quite clueless as how to solve it.
Cheers
The text was updated successfully, but these errors were encountered: