Closed sharkinsspatial closed 1 week ago
Maybe same as https://github.com/pydata/xarray/issues/9624?
Closing as this seems to be resolved in more recent PRs.
virtualizarr/readers/common.py:34: error: Incompatible types in assignment (expression has type "<typing special form>", variable has type "type[DataTree]") [assignment]
I think I fixed this one in https://github.com/zarr-developers/VirtualiZarr/pull/284
virtualizarr/readers/common.py:37: error: Definition of "__array__" in base class "ManifestArray" is incompatible with definition in base class "ExplicitlyIndexed" [misc]
I fixed this in https://github.com/zarr-developers/VirtualiZarr/pull/282
mypy
has begun reporting a new error without any changes to the underlying code or from what I can tell any changes in the versions of themypy
packages installed.This error just began appearing in the Github action and I am unable to reproduce it locally.