Skip to content

Commit

Permalink
add a override for round
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Mar 7, 2023
1 parent 69e4941 commit 833a5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pint/facets/numpy/numpy_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@ def implementation(*args, **kwargs):
("ptp", "a", True),
("ravel", "a", True),
("round_", "a", True),
("round", "a", True),
("sort", "a", True),
("median", "a", True),
("nanmedian", "a", True),
Expand Down

0 comments on commit 833a5ca

Please sign in to comment.