We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems like the scheduled CI on main started failing around Oct 2nd. Opening this issue to track it.
main
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.
The text was updated successfully, but these errors were encountered:
open_virtual_dataset
Closed by: #252 (comment)
Sorry, something went wrong.
No branches or pull requests
It seems like the scheduled CI on
main
started failing around Oct 2nd. Opening this issue to track it.Seems to be mypy / type hinting related:
The text was updated successfully, but these errors were encountered: