Skip to content

Commit 8dfed0f

Browse files
authored
Update mathics/core/atoms.py
1 parent ff52d8f commit 8dfed0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/core/atoms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ def element_order(self) -> tuple:
628628
of an expression. The tuple is ultimately compared lexicographically.
629629
"""
630630

631-
value: sympy.Float = self._value
631+
value = self._value
632632
value, prec = float(value), value._prec
633633
# For large values, use the sympy.Float value...
634634
if math.isinf(value):

0 commit comments

Comments
 (0)