pangeo-data / scikit-downscale

Statistical climate downscaling in Python
https://scikit-downscale.readthedocs.io/en/latest/
Apache License 2.0
185 stars 47 forks source link

bcsd_example.ipynb not running #50

Closed chrystali2002 closed 3 years ago

chrystali2002 commented 3 years ago

Hello, When I run bcsd_example.ipynb, the error reported below was generated. kindly advise on how to overcome the issue.

NameError Traceback (most recent call last)

in 1 # open a small dataset for training ----> 2 training = xr.open_zarr("../data/downscale_test_data.zarr.zip", group="training") NameError: name 'xr' is not defined