You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
batch_file.yaml is often read by parsing a specific line. This means that, when a line is added or removed, every script that reads the file needs to be updated, too.
List of scripts that read batch_file.yaml this way:
Using a YAML parser will allow the file to be read without depending on line position. This may be a good reason to start to translating these batch scripts to Python.
The text was updated successfully, but these errors were encountered:
batch_file.yaml
is often read by parsing a specific line. This means that, when a line is added or removed, every script that reads the file needs to be updated, too.List of scripts that read
batch_file.yaml
this way:build_scenario_networks.bat
Submit_Full_Regional_Model_SOLA.bat
trip_gen.bat
create_transit_demand.bat
run_transit_assignment.bat
Using a YAML parser will allow the file to be read without depending on line position. This may be a good reason to start to translating these batch scripts to Python.
The text was updated successfully, but these errors were encountered: