-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Currently, long-running C++ functions cannot be keyboard interrupted (CTRL+C) until control passes back to python. PyErr_CheckSignals() implements a low-overhead call to do this at the start of each loop iteration:
We should add this signal handling logic to all solvers and integrators that enter loops.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels