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

Bnb/compute on none chunks #233

Open
wants to merge 2 commits into
base: gb/bc_debug
Choose a base branch
from
Open

Commits on Oct 17, 2024

  1. if chunks=None load into memory. This mimics the behavior of xr.open_…

    …dataset() which will default to a dask array manager if chunks is specified and load into memory as numpy arrays in chunks is None.
    bnb32 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    532eb4d View commit details
    Browse the repository at this point in the history
  2. Removed the preload stuff in favor of using chunks=None in bias and b…

    …ase handler kwargs.
    bnb32 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4c8bada View commit details
    Browse the repository at this point in the history