Skip to content

Commit

Permalink
Merge pull request #188 from toruseo/develop
Browse files Browse the repository at this point in the history
temporally disabled example26
  • Loading branch information
toruseo authored Feb 3, 2025
2 parents 68206a3 + 1435eea commit 83327c0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- Dynamic System Optimum (DSO)
"""

'''temporally disabled due to unknown random error.
from pylab import *
import uxsim
from uxsim.DTAsolvers import *
Expand Down Expand Up @@ -103,4 +105,5 @@ def create_World():
solver_DSO.plot_convergence()
solver_DSO.plot_link_stats()
solver_DSO.plot_vehicle_stats(orig="4", dest="7")
solver_DSO.plot_vehicle_stats(orig="4", dest="7")
'''

0 comments on commit 83327c0

Please sign in to comment.