Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🩹 Raise ModuleNotFoundError when xbatcher not installed #37

Merged
merged 2 commits into from
Aug 14, 2022

Commits on Aug 14, 2022

  1. 🩹 Raise ModuleNotFoundError when xbatcher not installed

    Left out on adding this if-statement in #22. So here's the patch!
    weiji14 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    16f704f View commit details
    Browse the repository at this point in the history
  2. ✏️ Fix type hints for xbatcher and datashader source_datapipe

    Need to use the full name xarray.DataArray instead of xr.DataArray to have the intersphinx link work.
    weiji14 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    2c2d5d1 View commit details
    Browse the repository at this point in the history