Skip to content
Snippets Groups Projects
Commit d83da917 authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

demo.py bug fix

parent 4eb2d5ff
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,10 @@ if False:
demo_001.run_demo()
demo_001 = None
demo_000 = Demo(Scenario_Generator.load_scenario('../env-data/railway/example_network_000.pkl'))
demo_000.run_demo()
demo_000 = None
demo_001 = Demo(Scenario_Generator.load_scenario('../env-data/railway/example_network_001.pkl'))
demo_001.run_demo()
demo_001 = None
......@@ -208,7 +212,3 @@ demo_001 = None
demo_002 = Demo(Scenario_Generator.load_scenario('../env-data/railway/example_network_002.pkl'))
demo_002.run_demo()
demo_002 = None
demo_003 = Demo(Scenario_Generator.load_scenario('../env-data/railway/example_network_003.pkl'))
demo_003.run_demo()
demo_003 = None
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment