dbrnz / opencor

OpenCOR is a cross-platform modelling environment which can be used to organise, edit, simulate and analyse CellML files.
http://www.opencor.ws/
GNU General Public License v3.0
1 stars 0 forks source link

Python: wait for run() to complete before returning to Python #1

Closed dbrnz closed 7 years ago

dbrnz commented 7 years ago

A simulation is run using worker threads. We need to wait for them to complete before returning.

dbrnz commented 7 years ago

Fixed with commit 9091fb9.