Skip to content

Commit

Permalink
commenting out the parking pre-processing script
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhav Ponnudurai committed Apr 12, 2024
1 parent 9a829d3 commit 431a42c
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 431a42c

Please sign in to comment.