Tests: stop_condition() should always be able to prevent failure on tic()
The stop_condition() check is run once every beginning of loop tic, but if a loop achieved a state of total failure, RuntimeError was raised before stop_condition() had a chance to run. So we call it again just one more time to see if we can avoid failing.
Showing
Please register or sign in to comment