FormingWorlds / PROTEUS

Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets.
https://fwl-proteus.readthedocs.io
Apache License 2.0
12 stars 1 forks source link

Update test data for new version of Mors/Spada. #264

Closed lsoucasse closed 4 days ago

lsoucasse commented 4 days ago

The mors package has been updated to use the Rosenbrock scheme for speed together with a fixed time grid for reproducibility. This work updates the test data accordingly.

EmmaPostolec commented 4 days ago

Hi @lsoucasse nice update! :) So do I have to update my local MORS directory after the merge of this branch or it is not necessary?

lsoucasse commented 4 days ago

Thanks @nichollsh and @EmmaPostolec . Emma, I created a similar PR for Zephyrus, updating test data, for you to review.

lsoucasse commented 4 days ago

Hi @lsoucasse nice update! :) So do I have to update my local MORS directory after the merge of this branch or it is not necessary?

If you use an "editable" pip install of mors with local sources on your desktop, yes. You update the source and it should work.

Otherwise running pip install proteus after an update of the main branch will pick up the new dependency and download mors 24.11.18 from PyPI.