diff --git a/Scripts/tests/integration/test_models.py b/Scripts/tests/integration/test_models.py index 492f1875..fa48b544 100644 --- a/Scripts/tests/integration/test_models.py +++ b/Scripts/tests/integration/test_models.py @@ -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")