Skip to content

Commit

Permalink
more python3.13 adaptations #21
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 20, 2024
1 parent bda8a94 commit 40b2733
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/tools/config.tools
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ errors:something strange happend{REPLACE something strange happened}
errors:LinAlgWarning: Ill-conditioned matrix
errors:= opt.linprog(
errors:return sp.linalg.solve
errors:usage: {->}error:
errors:usage: {[->}error:
omnet:<!-- generated on
shawn:<!-- generated on
gpsdat:r[0-9]
Expand Down
2 changes: 1 addition & 1 deletion tests/tools/sumolib/statistics/output.tools
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
4
3.25
3.25
(3.25, 3.897114317029974)
mean: 3.250, standard deviation: 3.897
1.1991120975476843
1
1
Expand Down
2 changes: 1 addition & 1 deletion tests/tools/sumolib/statistics/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
print(s.count())
print(s.avg())
print(s.avg_abs())
print(s.meanAndStdDev())
print("mean: %.3f, standard deviation: %.3f" % s.meanAndStdDev())
print(s.relStdDev())
print(s.mean())
print(s.mean_abs())
Expand Down

0 comments on commit 40b2733

Please sign in to comment.