better signal graphing

This commit is contained in:
2026-07-21 15:24:24 +02:00
parent 35d933ccbb
commit eb8f77ce64
4 changed files with 82 additions and 8 deletions

View File

@@ -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)