Skip to content

Verify that the reader accepts not only filepath string but other expected input types as well #47

@Achaad

Description

@Achaad

The backend definition is following:
def open_dataset(self, filename_or_obj: str | os.PathLike[Any] | ReadBuffer[Any] | bytes | memoryview | AbstractDataStore, *, drop_variables: str | Iterable[str] | None = None, ) -> xr.Dataset:

Testing was performed with str type. We need to verify that other types would work correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions