You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Good idea.Let’s discuss this.Romain On Nov 11, 2024, at 7:27 AM, Neil Vaytet ***@***.***> wrote:
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.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
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 updateosyris
on purpose, and not silently in the background.The text was updated successfully, but these errors were encountered: