We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce678b commit 6033e50Copy full SHA for 6033e50
Scripts/parameters/tour_generation.py
@@ -5,10 +5,10 @@
5
tour_number_scale = 0.777654288490
6
# Calibration of tour numbers
7
tour_number_increase = {
8
- 1: 0.943572,
9
- 2: 1.086695,
10
- 3: 0.937479,
11
- 4: 1.024874,
+ 1: 0.935105592,
+ 2: 1.126074205,
+ 3: 0.88624223,
+ 4: 1.016234412,
12
}
13
# Tour combinations (calibrated)
14
tour_combinations = {
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.21406521206668078)
+ self.assertAlmostEquals(model.mode_share[0]["car"], 0.21392181474999228)
65
66
print("Model system test done")
67
0 commit comments