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: Qt exec loop not run between Python statements? #11

Closed dbrnz closed 6 years ago

dbrnz commented 7 years ago
s = OpenCOR.openSimulation('xxx.sedml')
s.run()

produces garbage if run as a block. All is fine when the statements run separately.

dbrnz commented 6 years ago

This is fixed with commit d9eb8b1.