Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage authored Jul 13, 2024
1 parent 06570ca commit 9b63b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncertainties/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b63b19

Please sign in to comment.