From f45193ac38b09a2e5d44b616f375433ace38b3ea Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 13 Jul 2024 09:43:50 +0100 Subject: [PATCH] make AffineScalarFunc not require np --- uncertainties/ufloatnumpy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/uncertainties/ufloatnumpy.py b/uncertainties/ufloatnumpy.py index 3fcf16b3..5373d535 100644 --- a/uncertainties/ufloatnumpy.py +++ b/uncertainties/ufloatnumpy.py @@ -84,6 +84,7 @@ def decorator(func): HANDLED_UFUNCS = {} +HANDLED_FUNCTIONS = {} def apply_func_elementwise(func, inputs, kwargs, result_dtype="object"):