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
it looks like this is a typo because we receiving this error in our rapids-single-cell-examples notebooks:
It looks like this went out with the 0.16 release and is still present in the 0.17 branch. I only see the mispelling in that one file and I don't see see any other spellings that are missing the 'e'. Here's a grep of the cudf repo:
Fixes typo and 0-d numpy array handling. When numpy scalar is used on lhs while executing binary operation, `__eq__` from numpy returns a 0-d array rather than scalar.
closes#6778
Authors:
- Ramakrishna Prabhu <[email protected]>
- Ram (Ramakrishna Prabhu) <[email protected]>
Approvers:
- Keith Kraus
URL: #6887
I think this issue was referenced in a #6887 by mistake because I don't see any changes related to this and it looks like it hasn't been fixed. Can we open this issue back up?
@cjnolet#6887 was specifically fixing this issue. It turned out to be an 0d-array that caused going down the codepath with this typo, but was more generally unhandled.
EDIT: there's still the typo but I'm not sure it's even possible to get to that else branch anymore.
closes#6778
Fixes typo missed in PR #6887, the else condition where this is situated would be the last resort for any unaccounted scalar type values.
Authors:
- Ramakrishna Prabhu <[email protected]>
Approvers:
- Keith Kraus
URL: #6957
it looks like this is a typo because we receiving this error in our
rapids-single-cell-examples
notebooks:It looks like this went out with the 0.16 release and is still present in the 0.17 branch. I only see the mispelling in that one file and I don't see see any other spellings that are missing the 'e'. Here's a grep of the cudf repo:
The text was updated successfully, but these errors were encountered: