diff --git a/Scripts/tests/integration/test_models.py b/Scripts/tests/integration/test_models.py index 4c13ffc0..8f580adf 100644 --- a/Scripts/tests/integration/test_models.py +++ b/Scripts/tests/integration/test_models.py @@ -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")