Skip to content

Commit

Permalink
test: intentional fail
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Mar 19, 2024
1 parent 55216c0 commit 828f018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_verification_straight_road.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_1link():
W.analyzer.print_simple_stats()

W.analyzer.basic_analysis()
assert equal_tolerance(W.analyzer.trip_all, 250)
assert equal_tolerance(W.analyzer.trip_all, 2500)
assert equal_tolerance(W.analyzer.trip_completed, 250)
assert equal_tolerance(W.analyzer.total_travel_time, 12500)
assert equal_tolerance(W.analyzer.average_travel_time, 50)
Expand Down Expand Up @@ -75,7 +75,7 @@ def test_1link_deltan1():
assert equal_tolerance(link.k_mat[2, 5], 0.025)
assert equal_tolerance(link.k_mat[7, 5], 0)
assert equal_tolerance(link.v_mat[2, 5], 20)
assert equal_tolerance(link.v_mat[7, 5], 20)
assert equal_tolerance(link.v_mat[7, 5], 200)

def test_2link():
W = World(
Expand Down

0 comments on commit 828f018

Please sign in to comment.