We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6033e50 commit 943cddaCopy full SHA for 943cdda
Scripts/parameters/tour_generation.py
@@ -2,7 +2,7 @@
2
### TOUR GENERATION PARAMETERS ####
3
4
# Scale parameter used in upper level of tour pattern model
5
-tour_number_scale = 0.777654288490
+tour_number_scale = 0.783316645662
6
# Calibration of tour numbers
7
tour_number_increase = {
8
1: 0.935105592,
Scripts/tests/integration/test_models.py
@@ -61,7 +61,7 @@ def test_models(self):
61
self._validate_impedances(impedance["iht"])
62
63
# Check that model result does not change
64
- self.assertAlmostEquals(model.mode_share[0]["car"], 0.21392181474999228)
+ self.assertAlmostEquals(model.mode_share[0]["car"], 0.2138817509047494)
65
66
print("Model system test done")
67
0 commit comments