From 9b63b190031fdae78eb23a925f2a1d6ebdeddd53 Mon Sep 17 00:00:00 2001 From: andrewgsavage Date: Sat, 13 Jul 2024 18:33:05 +0100 Subject: [PATCH] Update core.py --- uncertainties/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncertainties/core.py b/uncertainties/core.py index 666f6d0d..6759ba6d 100644 --- a/uncertainties/core.py +++ b/uncertainties/core.py @@ -15,7 +15,7 @@ from __future__ import division # Many analytical derivatives depend on this from builtins import str, zip, range, object -from math import sqrt, isnan, isinf # Optimization: no attribute look-up +from math import sqrt, isfinite # Optimization: no attribute look-up import copy import collections