openworm / org.geppetto.simulation

Generic simulation bundle for Geppetto
http://www.geppetto.org/
Other
9 stars 10 forks source link

Fix bug running simulations after an error is raised. #102

Closed adrianq closed 8 years ago

adrianq commented 8 years ago

This one liner PR solves an error we were having at OSB. When there was an error in a external simulation any other simulation would stay forever 'In Queue'. The problem is that we were throwing an exception in the timer task in charge of retrieving the simulations from the queue and start the execution. Therefore, this timer task was never called again.