Skip to content

Commit

Permalink
Merge branch 'ABM3_develop' into ABM3_import_TNED
Browse files Browse the repository at this point in the history
  • Loading branch information
cundo92 committed Apr 12, 2024
2 parents c8bf411 + 431a42c commit a43c107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/runSandagAbm_Preprocessing.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ if %ITERATION% equ 1 (
ECHO Running resident model pre-processing
%PYTHON3% src/asim/scripts/resident/2zoneSkim.py %PROJECT_DIRECTORY% || goto error

CD src\asim\scripts\parking
%PYTHON3% run.py %SCENYEAR% || goto error
@REM CD src\asim\scripts\parking
@REM %PYTHON3% run.py %SCENYEAR% || goto error
cd /d %PROJECT_DIRECTORY%

%PYTHON3% src/asim/scripts/resident/resident_preprocessing.py input output %SCENYEAR% %PROJECT_DIRECTORY% || goto error
Expand Down

0 comments on commit a43c107

Please sign in to comment.