Skip to content

Commit

Permalink
Commented out line to copy networks when creating scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeJimFlood authored May 23, 2024
1 parent db6acd4 commit 76b122d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/create_scenario.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ xcopy /Y .\common\input\visitor\"*.*" %SCENARIO_FOLDER%\input
rem copy input checker config files
xcopy /Y .\common\input\input_checker\"*.*" %SCENARIO_FOLDER%
rem copy network inputs
call copy_networks.cmd %NETWORKDIR% %SCENARIO_FOLDER%\input
rem call copy_networks.cmd %NETWORKDIR% %SCENARIO_FOLDER%\input

rem copying land use inputs
xcopy /Y %LANDUSE_INPUT_PATH%\"households.csv" %SCENARIO_FOLDER%\input
Expand Down

0 comments on commit 76b122d

Please sign in to comment.