Skip to content

Commit

Permalink
Update test results to match new model parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
samakinen committed Dec 13, 2024
1 parent 2e8ae26 commit 2233697
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 @@ -54,7 +54,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.17738196155550767)
self.assertAlmostEquals(model.mode_share[0]["car"], 0.1794966292922964 )

print("Model system test done")

Expand Down

0 comments on commit 2233697

Please sign in to comment.