Allow Quantity.sum (and other attributes, like mean, max, min, and std) to take
arguments and pass them to the numpy function if applicable. That way, users get the full flexibility of the numpy API on those particular methods AND get the added benefit that the result has the correct units (and it all runs fast).
Showing
Please register or sign in to comment