Skip to content

Commit

Permalink
Switched travel time reporter to use asim_sandag_cvm instead of asim_…
Browse files Browse the repository at this point in the history
…baydag
  • Loading branch information
JoeJimFlood committed May 7, 2024
1 parent b8ed161 commit 4562aba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/run_travel_time_calculator.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ SET CONDA3_DEA=%ANACONDA3_DIR%\Scripts\deactivate.bat

SET CONDA3=%ANACONDA3_DIR%\Scripts\conda.exe

SET PYTHON3=%ANACONDA3_DIR%\envs\asim_baydag\python.exe
SET PYTHON3=%ANACONDA3_DIR%\envs\asim_sandag_cvm\python.exe

ECHO Activate asim_baydag....
ECHO Activate asim_sandag_cvm....
CD /d %ANACONDA3_DIR%\Scripts
CALL %CONDA3_ACT% asim_baydag
CALL %CONDA3_ACT% asim_sandag_cvm

set MKL_NUM_THREADS=1
set MKL=1
Expand Down

0 comments on commit 4562aba

Please sign in to comment.