___ pavics-sdi-fix-for-jenkins/docs/source/notebooks/esgf-dap.ipynb::Cell 0 ____
Notebook cell execution failed
Cell 0: Cell outputs differ
Input:
from pyesgf.search import SearchConnection
# Create a connection for search on ESGF nodes. Note that setting `distrib=True` can lead to weird failures.
conn = SearchConnection("https://esgf-node.llnl.gov/esg-search/", distrib=False)
# Launch a search query.
# Here we're looking for any variable related to humidity within the CMIP6 SSP2-4.5 experiment.
# Results will be stored in a dictionary with keys defined by the `facets` argument.
ctx = conn.new_context(
project="CMIP6",
experiment_id="ssp245",
query="humidity",
facets="variable_id,source_id",
)
print("Number of results: ", ctx.hit_count)
print("Variables related to humidity: ")
ctx.facet_counts["variable_id"]
Traceback:
mismatch 'stdout'
assert reference_output == test_output failed:
'Number of re... humidity: \n' == 'Number of re... humidity: \n'
- Number of results: 10084
? ^^
+ Number of results: 10072
? ^^
Variables related to humidity:
___ pavics-sdi-fix-for-jenkins/docs/source/notebooks/esgf-dap.ipynb::Cell 1 ____
Notebook cell execution failed
Cell 1: Cell outputs differ
Input:
# Now let's look for simulations that have the `hurs` variable and pick the first member.
ctx.constrain(variable_id="hurs", ensemble="r1i1p1f1")
ctx.facet_counts["source_id"]
Traceback:
mismatch 'text/plain'
assert reference_output == test_output failed:
"{'UKESM1-0-L...ESS-CM2': 57}" == "{'UKESM1-0-L...ESS-CM2': 57}"
Skipping 598 identical leading characters in diff, use -v to show
Skipping 321 identical trailing characters in diff, use -v to show
- Earth3': 817,
? ^^
+ Earth3': 805,
? ^^
'E3SM-
For the following failures, matching new Jupyter build in this PR https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/pull/118: