Skip to content
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

Use Osyris to visualize test suite results? #47

Open
nvaytet opened this issue Nov 11, 2024 · 1 comment
Open

Use Osyris to visualize test suite results? #47

nvaytet opened this issue Nov 11, 2024 · 1 comment

Comments

@nvaytet
Copy link
Contributor

nvaytet commented Nov 11, 2024

Currently, the test suite is using the code in https://github.com/ramses-organisation/ramses/blob/stable/tests/visu/visu_ramses.py to read the simulation outputs.

It is a cheap copy of the python reader in the osyris package.

It could be easier to just install osyris and use it to visualize the test results?
It would make the code in e.g. https://github.com/ramses-organisation/ramses/blob/stable/tests/hydro/implosion/plot-implosion.py much simpler.
It would also remove the need for maintaining the code in visu_ramses.py.

This would however mean that if a new version of osyris is released with breaking changes, this could break the test suite.
It would be a good idead to pin the version of osyris that is being installed for the tests, to make sure that we only update osyris on purpose, and not silently in the background.

@rteyssier
Copy link
Contributor

rteyssier commented Nov 11, 2024 via email

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

No branches or pull requests

2 participants