Skip to content

Commit 6033e50

Browse files
committed
Tour numbers calibrated
1 parent 8ce678b commit 6033e50

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Scripts/parameters/tour_generation.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
tour_number_scale = 0.777654288490
66
# Calibration of tour numbers
77
tour_number_increase = {
8-
1: 0.943572,
9-
2: 1.086695,
10-
3: 0.937479,
11-
4: 1.024874,
8+
1: 0.935105592,
9+
2: 1.126074205,
10+
3: 0.88624223,
11+
4: 1.016234412,
1212
}
1313
# Tour combinations (calibrated)
1414
tour_combinations = {

Scripts/tests/integration/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_models(self):
6161
self._validate_impedances(impedance["iht"])
6262

6363
# Check that model result does not change
64-
self.assertAlmostEquals(model.mode_share[0]["car"], 0.21406521206668078)
64+
self.assertAlmostEquals(model.mode_share[0]["car"], 0.21392181474999228)
6565

6666
print("Model system test done")
6767

0 commit comments

Comments
 (0)