Allow for too many interchanges
This commit is contained in:
parent
6f605f49ac
commit
94d68d2236
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ class City:
|
|||
msg = 'Found {} interchanges, expected {}'.format(
|
||||
self.found_interchanges, self.num_interchanges)
|
||||
self.error_if(self.num_interchanges != 0 and not
|
||||
(0 <= (self.num_interchanges - self.found_interchanges) /
|
||||
((self.num_interchanges - self.found_interchanges) /
|
||||
self.num_interchanges <= ALLOWED_TRANSFERS_MISMATCH), msg)
|
||||
|
||||
self.found_networks = len(networks)
|
||||
|
|
Loading…
Add table
Reference in a new issue