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

[Tracking] Scheduled CI is failing on main #249

Closed
norlandrhagen opened this issue Oct 7, 2024 · 1 comment
Closed

[Tracking] Scheduled CI is failing on main #249

norlandrhagen opened this issue Oct 7, 2024 · 1 comment
Labels
CI Continuous Integration typing

Comments

@norlandrhagen
Copy link
Collaborator

It seems like the scheduled CI on main started failing around Oct 2nd. Opening this issue to track it.

image

Seems to be mypy / type hinting related:

Run mypy virtualizarr
virtualizarr/manifests/manifest.py:137: error: Incompatible types in assignment (expression has type "ndarray[Any, dtype[Any]]", variable has type "ndarray[Any, StringDType]")  [assignment]
virtualizarr/manifests/manifest.py:144: error: Type argument "StringDType" of "dtype" must be a subtype of "generic"  [type-var]
virtualizarr/manifests/manifest.py:144: note: Error code "type-var" not covered by "type: ignore" comment
virtualizarr/manifests/manifest.py:199: error: Incompatible types in assignment (expression has type "ndarray[Any, dtype[StringDType]]", variable has type "ndarray[Any, StringDType]")  [assignment]
Found 3 errors in 1 file (checked 37 source files)
Error: Process completed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration typing
Projects
None yet
Development

No branches or pull requests

1 participant