We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b75590 commit 66d4663Copy full SHA for 66d4663
1 file changed
arraycontext/fake_numpy.py
@@ -90,7 +90,8 @@ def _get_fake_numpy_linalg_namespace(self):
90
91
# Miscellaneous
92
"convolve", "clip", "sqrt", "cbrt", "square", "absolute", "abs", "fabs",
93
- "sign", "heaviside", "maximum", "fmax", "nan_to_num", "isnan",
+ "sign", "heaviside", "maximum", "fmax", "nan_to_num", "isnan", "minimum",
94
+ "fmin",
95
96
# FIXME:
97
# "interp",
0 commit comments