@@ -211,7 +211,7 @@ jobs:
211211 - region : Standard 1-Zone Example (MTC)
212212 region-org : ActivitySim
213213 region-repo : activitysim-prototype-mtc
214- region-branch : pandas2
214+ region-branch : extended
215215 - region : Standard 2-Zone Example (SANDAG)
216216 region-org : ActivitySim
217217 region-repo : sandag-abm3-example
@@ -355,14 +355,14 @@ jobs:
355355
356356 - name : Create Estimation Data
357357 run : >
358- uv run python activitysim/examples/example_estimation/notebooks/est_mode_setup.py
358+ uv run python activitysim/examples/example_estimation/notebooks/est_mode_setup.py
359359 --household_sample_size 5000
360360
361361 - name : Test Estimation Notebooks
362362 run : >
363- uv run pytest activitysim/examples/example_estimation/notebooks
364- --nbmake-timeout=3000
365- --ignore=activitysim/examples/example_estimation/notebooks/01_estimation_mode.ipynb
363+ uv run pytest activitysim/examples/example_estimation/notebooks
364+ --nbmake-timeout=3000
365+ --ignore=activitysim/examples/example_estimation/notebooks/01_estimation_mode.ipynb
366366 --ignore-glob=activitysim/examples/example_estimation/notebooks/test-estimation-data/**
367367
368368 estimation_edb_creation :
@@ -474,4 +474,4 @@ jobs:
474474 github_token : ${{ secrets.GITHUB_TOKEN }}
475475 # Token is created automatically by Github Actions, no other config needed
476476 publish_dir : ./docs/_build/html
477- destination_dir : develop
477+ destination_dir : develop
0 commit comments