We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e76e386 + 1032e71 commit ffe1a07Copy full SHA for ffe1a07
Scripts/helmet_validate_inputfiles.py
@@ -184,7 +184,7 @@ def main(args):
184
scenarios_with_different_zones = 0
185
for scen in emmebank.scenarios():
186
compared_zone_numbers = scen.zone_numbers
187
- if compared_zone_numbers < 1: # Skip empty scenarios
+ if len(compared_zone_numbers) < 1: # Skip empty scenarios
188
continue
189
if compared_zone_numbers != zone_numbers:
190
scenarios_with_different_zones += 1
0 commit comments