Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
- region: Standard 1-Zone Example (MTC)
region-org: ActivitySim
region-repo: activitysim-prototype-mtc
region-branch: pandas2
region-branch: extended
- region: Standard 2-Zone Example (SANDAG)
region-org: ActivitySim
region-repo: sandag-abm3-example
Expand Down Expand Up @@ -355,14 +355,14 @@ jobs:

- name: Create Estimation Data
run: >
uv run python activitysim/examples/example_estimation/notebooks/est_mode_setup.py
uv run python activitysim/examples/example_estimation/notebooks/est_mode_setup.py
--household_sample_size 5000

- name: Test Estimation Notebooks
run: >
uv run pytest activitysim/examples/example_estimation/notebooks
--nbmake-timeout=3000
--ignore=activitysim/examples/example_estimation/notebooks/01_estimation_mode.ipynb
uv run pytest activitysim/examples/example_estimation/notebooks
--nbmake-timeout=3000
--ignore=activitysim/examples/example_estimation/notebooks/01_estimation_mode.ipynb
--ignore-glob=activitysim/examples/example_estimation/notebooks/test-estimation-data/**

estimation_edb_creation:
Expand Down Expand Up @@ -474,4 +474,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Token is created automatically by Github Actions, no other config needed
publish_dir: ./docs/_build/html
destination_dir: develop
destination_dir: develop
Loading