better signal graphing
This commit is contained in:
@@ -274,7 +274,7 @@ class MainWindow(QMainWindow):
|
||||
self.show_simulation_window()
|
||||
try:
|
||||
self.document_controller.run_simulation(*callbacks)
|
||||
window.set_model_name(self.simulation.model_name)
|
||||
window.prepare_run_model(self.simulation.model_name)
|
||||
except Exception as error:
|
||||
self.log.exception("Simulation run failed")
|
||||
window.report_start_error(error)
|
||||
|
||||
Reference in New Issue
Block a user