Skip to content

Commit

Permalink
make AffineScalarFunc not require np
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed Jul 13, 2024
1 parent e928cbb commit f45193a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uncertainties/ufloatnumpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def decorator(func):


HANDLED_UFUNCS = {}
HANDLED_FUNCTIONS = {}


def apply_func_elementwise(func, inputs, kwargs, result_dtype="object"):
Expand Down

0 comments on commit f45193a

Please sign in to comment.