You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runtest: do not change "pavics" to "boreas" as a way to keep on "pavics"
First implementation was bit silly, done in a haste.
It causes diff problem when the url is printed back.
```
_ pavics-sdi-fix-subset-user-input.ipynb-for-jenkins/docs/source/notebooks/subset-user-input.ipynb::Cell 12 _
Notebook cell execution failed
Cell 12: Cell outputs differ
Input:
# gather data from pavics' data catalogue
catalog = "https://boreas.ouranos.ca/twitcher/ows/proxy/thredds/catalog/datasets/gridded_obs/catalog.xml" # TEST_USE_PROD_DATA
cat = TDSCatalog(catalog)
data = cat.datasets[0].access_urls["OPENDAP"]
data
Traceback:
mismatch 'text/plain'
assert reference_output == test_output failed:
"'https://pav...rcan_v2.ncml'" == "'https://bor...rcan_v2.ncml'"
Skipping 72 identical trailing characters in diff, use -v to show
- 'https://boreas.ouranos
? ^^^^
+ 'https://pavics.ouranos
? ^ +++
```
0 commit comments