You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expression of type "NDArray[Any] | Any" cannot be assigned to return type "Dataset"
Type "NDArray[Any] | Any" cannot be assigned to type "Dataset"
"NDArray[Any]" is incompatible with "Dataset"Pylance[reportGeneralTypeIssues](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportGeneralTypeIssues)
There are probably not a lot of functions or classes which need typing hints for the average user.
I would also be interested to open a Pull Request for this, if the developers want it.
The text was updated successfully, but these errors were encountered:
I would be interested to see correct typing hints when using
xESMF
.For my small function, I am getting an error at the return
There are probably not a lot of functions or classes which need typing hints for the average user.
I would also be interested to open a Pull Request for this, if the developers want it.
The text was updated successfully, but these errors were encountered: