Skip to content

Commit 42b1503

Browse files
committed
Updated test for new car usage model
1 parent 2f77273 commit 42b1503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/tests/integration/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_models(self):
6161
self._validate_impedances(impedance["iht"])
6262

6363
# Check that model result does not change
64-
self.assertAlmostEquals(model.mode_share[0]["car"], 0.2242396416178767)
64+
self.assertAlmostEquals(model.mode_share[0]["car"], 0.22353677265517222)
6565

6666
print("Model system test done")
6767

0 commit comments

Comments
 (0)