MintonGroup / swiftest

Swiftest is a software packaged designed to model the long-term dynamical dynamics of n-body systems with a dominant central body, like the solar system.
https://swiftest.readthedocs.io/en/latest/
Other
4 stars 2 forks source link

Fix problem causing gr test to fail #10

Closed profminton closed 7 months ago

profminton commented 7 months ago

GR test fails due to a mismatch in array sizes when the second integrator is tested in the iteration. The root cause appears to be that the driver is not saving the initial conditions after the first iteration.

profminton commented 7 months ago

Explicitly set frame 0 as the initial conditions frame when calling the save method on a run that is not a restart run