Skip to content

from_* suggests its a class method #187

Description

@ahuang11

I kind of expected this:

ctx = xql.XarrayContext.from_dataset(ds)

However, it seems that I need to instantiate it first

ctx = xql.XarrayContext().from_dataset(ds)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions