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 f717ecd commit 1a11708
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uxsim/ResultGUIViewer/ResultGUIViewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,6 @@ 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 1a11708

Please sign in to comment.