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
after merging with main just now, #4996 is failing the type-check test with an unrelated failure (link):
yt/_maintenance/numpy2_compat.py:9: error: Unused "type: ignore" comment [unused-ignore] yt/_maintenance/numpy2_compat.py:9: error: Incompatible types in assignment (expression has type "Callable[[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | builtins.bool | int | float | complex | str | bytes | _NestedSequence[builtins.bool | int | float | complex | str | bytes], _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | builtins.bool | int | float | complex | str | bytes | _NestedSequence[builtins.bool | int | float | complex | str | bytes] | None, float, int], generic[Any] | ndarray[tuple[int, ...], dtype[generic[Any]]]]", variable has type overloaded function) [assignment] yt/_maintenance/numpy2_compat.py:9: note: Error code "assignment" not covered by "type: ignore" comment Found 2 errors in 1 file (checked 516 source files)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
after merging with main just now, #4996 is failing the type-check test with an unrelated failure (link):
The text was updated successfully, but these errors were encountered: