Improve `run_as_processes` to capture exceptions and outputs.
* Add exceptions and outputs catching to multiprocessed routines. * Change the output signature of `run_as_processes` to return a bool flag indicating success, and a list of routine-wise output value or RuntimeError (that may either result from an actual failure or from the process having been interrupted due to another one's failure). * Add `auto_stop` parameter to enable disabling the default automated interruption of processes once any of them has failed.
parent
35ec6c72
No related branches found
No related tags found
Showing
- declearn/test_utils/_multiprocess.py 76 additions, 12 deletionsdeclearn/test_utils/_multiprocess.py
- examples/heart-uci/run.py 6 additions, 3 deletionsexamples/heart-uci/run.py
- test/communication/test_routines.py 4 additions, 2 deletionstest/communication/test_routines.py
- test/functional/test_main.py 5 additions, 4 deletionstest/functional/test_main.py
- test/functional/test_regression.py 5 additions, 4 deletionstest/functional/test_regression.py
Please register or sign in to comment