From 238fdc151ed5fe7cdf3ac2933b90d3d7bdf2e4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20G=C3=B6ries?= <43136580+dgoeries@users.noreply.github.com> Date: Thu, 23 Mar 2023 18:51:28 +0100 Subject: Support numpy delete (#1699) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Support numpy delete --------- Co-authored-by: Jules Chéron <43635101+jules-ch@users.noreply.github.com> --- pint/facets/numpy/numpy_func.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pint/facets') diff --git a/pint/facets/numpy/numpy_func.py b/pint/facets/numpy/numpy_func.py index aa5886c..ee6ef31 100644 --- a/pint/facets/numpy/numpy_func.py +++ b/pint/facets/numpy/numpy_func.py @@ -830,6 +830,7 @@ for func_str, unit_arguments, wrap_output in [ ("lib.stride_tricks.sliding_window_view", "x", True), ("rot90", "m", True), ("insert", ["arr", "values"], True), + ("delete", ["arr"], True), ("resize", "a", True), ("reshape", "a", True), ("allclose", ["a", "b"], False), -- cgit v1.2.1