File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/source/examples/creating_models Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
# %%
23
23
# We load the example file from the GMNS GitHub repository
24
- link_file = "https://raw.githubusercontent.com/zephyr-data-specs/GMNS/develop /examples/Arlington_Signals/link.csv"
25
- node_file = "https://raw.githubusercontent.com/zephyr-data-specs/GMNS/develop /examples/Arlington_Signals/node.csv"
26
- use_group_file = "https://raw.githubusercontent.com/zephyr-data-specs/GMNS/develop /examples/Arlington_Signals/use_group.csv"
24
+ link_file = "https://raw.githubusercontent.com/zephyr-data-specs/GMNS/main /examples/Arlington_Signals/link.csv"
25
+ node_file = "https://raw.githubusercontent.com/zephyr-data-specs/GMNS/main /examples/Arlington_Signals/node.csv"
26
+ use_group_file = "https://raw.githubusercontent.com/zephyr-data-specs/GMNS/main /examples/Arlington_Signals/use_group.csv"
27
27
28
28
# %%
29
29
# We create the example project inside our temp folder
You can’t perform that action at this time.
0 commit comments