Skip to content

Commit

Permalink
fix external url
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jan 3, 2024
1 parent 06db62a commit b4761cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions activitysim/examples/external_example_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
#

prototype_mtc:
url: https://github.com/jpn--/activitysim-prototype-mtc/archive/refs/tags/v1.3.1.tar.gz
url: https://github.com/ActivitySim/activitysim-prototype-mtc/archive/refs/tags/v1.3.1.tar.gz
sha256: ec53c6e72da1444bd5808de8c644cea75db284dfcc419b776575ba532b3ccb87
assets:
test/prototype_mtc_reference_pipeline.zip:
url: https://github.com/jpn--/activitysim-prototype-mtc/releases/download/v1.3.1/prototype_mtc_reference_pipeline.zip
url: https://github.com/ActivitySim/activitysim-prototype-mtc/releases/download/v1.3.1/prototype_mtc_reference_pipeline.zip
sha256: 394e5b403d4c61d5214493cefe161432db840ba4967c23c999d914178d43a1f0

estimation_example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ table_list:
validation:
method: pandera
class: Landuse

- name: example_hwy_data
path: ../../prototype_mtc_extended/test/additional_data # must be absolute path or relative path. Can also omit if supplied in a data directory
is_activitysim_input: False # will read raw table with pandas.read_csv from above path relative to a data directory
validation:
class: NetworkLinks
Expand Down Expand Up @@ -58,4 +57,4 @@ table_list:
# method: pydantic
# class: Landuse
# helper_class: TazValidator
# helper_class_attribute: list_of_zones
# helper_class_attribute: list_of_zones

0 comments on commit b4761cd

Please sign in to comment.