Skip to content

Commit

Permalink
Add minimum, fmin (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Sep 4, 2024
1 parent 9b75590 commit 66d4663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arraycontext/fake_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ def _get_fake_numpy_linalg_namespace(self):

# Miscellaneous
"convolve", "clip", "sqrt", "cbrt", "square", "absolute", "abs", "fabs",
"sign", "heaviside", "maximum", "fmax", "nan_to_num", "isnan",
"sign", "heaviside", "maximum", "fmax", "nan_to_num", "isnan", "minimum",
"fmin",

# FIXME:
# "interp",
Expand Down

0 comments on commit 66d4663

Please sign in to comment.