Skip to content

Commit 424d626

Browse files
committed
Add TODO comment to divmod
1 parent ab526f2 commit 424d626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkl_umath/generate_umath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ def english_upper(s):
719719
# 'arctan2':
720720
# 'remainder': Intel(R) MKL function v?Remainder follows C's modulo operator,
721721
# but NumPy is expecting Python's one
722-
# 'divmod':
722+
# 'divmod': TODO: check if it can be added
723723
# 'hypot':
724724
'isnan':
725725
Ufunc(1, 1, None,

0 commit comments

Comments
 (0)