Closed dahlend closed 3 months ago
Following code causes a hard crash of the python kernel:
import neospy state = neospy.HorizonsProperties.fetch("Ceres").state neospy.propagate_n_body([state], neospy.Time.j2000())
Offending line: https://github.com/IPAC-SW/neospy/blob/main/src/neospy/rust/time.rs#L41
This is causing infinite recursion, need to add a unit test. Should have had a unit test.
Following code causes a hard crash of the python kernel: