Skip to content

Commit

Permalink
Update ResultGUIViewer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Mar 26, 2024
1 parent 971d0d3 commit a9bf148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uxsim/ResultGUIViewer/ResultGUIViewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ def __init__(self, W, nodes, edges, vehicle_list, tmax):
show_names_action.setChecked(True)
show_names_action.triggered.connect(self.toggle_show_names)

THIS_IS_INTENTIONAL_FAIL()

menu_Animation = menu_bar.addMenu("Export Results")
action_csv = menu_Animation.addAction("Export Results to CSV files")
action_csv.triggered.connect(lambda: self.W.analyzer.output_data())
Expand Down

0 comments on commit a9bf148

Please sign in to comment.