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
mypy
main
The most recent runs of the mypy CI on main are failing with:
xarray/core/dataset.py:6934: error: Incompatible types in assignment (expression has type "str", variable has type "Optional[Optional[Literal['Y', 'M', 'W', 'D', 'h', 'm', 's', 'ms', 'us', 'ns', 'ps', 'fs', 'as']]]") [assignment]
I'm not sure what changed since the last pass, though.
The text was updated successfully, but these errors were encountered:
Fixed in #6706
Sorry, something went wrong.
Dataset.dtypes
Successfully merging a pull request may close this issue.
The most recent runs of the
mypy
CI onmain
are failing with:I'm not sure what changed since the last pass, though.
The text was updated successfully, but these errors were encountered: