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

Optimisation: display progress as Python code runs #3

Closed dbrnz closed 7 years ago

dbrnz commented 7 years ago

A comment from @span17:

Right now the only other feature I can think of that I'd like is the ability to monitor progress while the optimization is running (printed values don't appear until the end of the simulation, and the plots in OpenCor don't update during it.)

Do we need to listen to and emit Qt signals??

dbrnz commented 7 years ago

Fixed by waiting for simulation worker thread completion (commit 9091fb9). Comment from @span17 after 2017-08-08 snapshot:

I noticed that you made printed values appear during the optimization rather than after, which is really nice.