Closed dbrnz closed 5 years ago
This is because SEDMLSupport::SedmlFile::cellmlFile()
calls Core::centralWidget()->showBusyWidget();
and yet we are not running under a GUI...
@agarny, does this need to be controlled with a pWithBusyWidget
parameter as you do in CellMLSupport::CellmlFile::fullyInstantiateImports()`??
Yes, it looks like it needs to be controlled by something like pWithBusyWidget
. Please create a GitHub issue in the main repo.
Moved issue to opencor/opencor#2085.
Fixed by commit 88e670c.
All is well when run from OpenCOR's Python console.
An example is: