Skip to content

Commit

Permalink
Update numpy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Feb 3, 2025
1 parent 5651c00 commit 3a6bae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/pandas/_wrappers/numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def ndarray__array_ufunc__(self, ufunc, method, *inputs, **kwargs):
# Special wrapping to handle scalar values
"_fsproxy_wrap": classmethod(wrap_ndarray),
"base": _FastSlowAttribute("base", private=True),
# "data": _FastSlowAttribute("data", private=True),
"data": _FastSlowAttribute("data", private=True),
},
)

Expand Down

0 comments on commit 3a6bae0

Please sign in to comment.