Skip to content

Commit

Permalink
test result adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
hsl-petrhaj committed Sep 12, 2024
1 parent 8678c15 commit 889a2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/tests/integration/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_models(self):
self._validate_impedances(impedance["iht"])

# Check that model result does not change
self.assertAlmostEquals(model.mode_share[0]["car"], 0.3607218819661421)
self.assertAlmostEquals(model.mode_share[0]["car"], 0.16592713011306415)

print("Model system test done")

Expand Down

0 comments on commit 889a2e8

Please sign in to comment.