Skip to content

Commit 943cdda

Browse files
committed
Forgot ncoeff in tour generation. Negligible change anyway.
1 parent 6033e50 commit 943cdda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Scripts/parameters/tour_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### TOUR GENERATION PARAMETERS ####
33

44
# Scale parameter used in upper level of tour pattern model
5-
tour_number_scale = 0.777654288490
5+
tour_number_scale = 0.783316645662
66
# Calibration of tour numbers
77
tour_number_increase = {
88
1: 0.935105592,

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.21392181474999228)
64+
self.assertAlmostEquals(model.mode_share[0]["car"], 0.2138817509047494)
6565

6666
print("Model system test done")
6767

0 commit comments

Comments
 (0)