Skip to content

Switch our lazy array classes to use Dask instead? #1725

Open
@fujiisoup

Description

@fujiisoup

Ported from #1724, comment by @shoyer

In the long term, it would be nice to get ride of these uses of _data, maybe by switching entirely from our lazy array classes to Dask.

The subtleties of checking _data vs data are undesirable, e.g., consider the bug on these lines:

elif isinstance(var.data, dask_array_type):
values_str = short_dask_repr(var, show_dtype=False)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions