Caltech-IPAC / kete

Kete Solar System Survey tools
https://Caltech-IPAC.github.io/kete
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Support keyboard interrupt in propagation #8

Closed dahlend closed 5 months ago

dahlend commented 5 months ago

Large propagation calculations can only be halted by resetting the python session. There is native support for these checks in pyo3:

https://docs.rs/pyo3/latest/pyo3/marker/struct.Python.html#method.check_signals