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
For posterity: this is a false positive in ruff, not in this project and should be placed on that project's issue tracker. (Ruff reimplemented the rules in rust)
Describe the bug
I am getting a
PD011
warning about accessing thevalues
attribute of thetorch.Tensor.sort
return typeNamedTuple
.To Reproduce
Expected behavior
This is not a pandas object, I don't expect to receive pandas warnings about it.
The text was updated successfully, but these errors were encountered: