-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #224 from SANDAG/144-remove-walk-logsum-step-in-abm3
144 remove walk logsum step in abm3
- Loading branch information
Showing
10 changed files
with
104 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
rem @echo off | ||
|
||
set PROJECT_DRIVE=%1 | ||
set PROJECT_DIRECTORY=%2 | ||
|
||
%PROJECT_DRIVE% | ||
cd %PROJECT_DRIVE%%PROJECT_DIRECTORY% | ||
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | ||
:: SET UP PATHS | ||
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | ||
SET ANACONDA3_DIR=%CONDA_PREFIX% | ||
SET CONDA3_ACT=%ANACONDA3_DIR%\Scripts\activate.bat | ||
|
||
CALL %CONDA3_ACT% asim_baydag | ||
SET PYTHON3=%ANACONDA3_DIR%\envs\asim_baydag\python.exe | ||
|
||
|
||
%PROJECT_DRIVE% | ||
cd %PROJECT_DRIVE%%PROJECT_DIRECTORY% | ||
|
||
rem rem build walk skims | ||
ECHO Running 2-zone skimming procedure... | ||
%PYTHON3% src/asim/scripts/resident/2zoneSkim.py %PROJECT_DIRECTORY% || goto error |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.