[Bug]: open_dataset()
fails in "Gentle Introduction to xCDAT" notebook due to add_bounds
incorrect arg (addressed by #650)
#661
Labels
type: bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
What happened?
Following instructions for "Opening a dataset" in the Gentle Introduction to xCDAT. Attempting to open the example file with
gives
What did you expect to happen? Are there are possible answers you came across?
Expected
the dataset handle should open, with bounds handling, as illustrated in the docs
Possible answers
The full traceback (see below) shows that the error is triggered from running
If I remove
add_bounds=True
, the same code runs without error:I found the same behavior when trying to use
xc.open_dataset
on some model output files that I have stored locally.Is this related to #607?
Minimal Complete Verifiable Example (MVCE)
Relevant log output
Anything else we need to know?
This is related to my review of the JOSS paper openjournals/joss-reviews#6426
Environment
xCDAT version
0.7.0
Output from
xr.show_versions()
Output of
mamba env list
The text was updated successfully, but these errors were encountered: