-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
needs triageNeeds a response from a contributorNeeds a response from a contributor
Description
Describe the issue:
Needs to be updated as Python 2 is not supported:
Lines 26 to 28 in 0fe7582
| # functools.wraps cannot wrap ufunc in Python 2.x | |
| wrapped.__name__ = numpy_ufunc.__name__ | |
| return derived_from(source)(wrapped) |
dask/dask/array/_array_expr/_ufunc.py
Lines 29 to 31 in 0fe7582
| # functools.wraps cannot wrap ufunc in Python 2.x | |
| wrapped.__name__ = numpy_ufunc.__name__ | |
| return derived_from(source)(wrapped) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs triageNeeds a response from a contributorNeeds a response from a contributor