Skip to content

Commit 8ec00d7

Browse files
committed
fix version in numeric
1 parent 361f767 commit 8ec00d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mathics/builtin/numeric.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
Precision is not "guarded" through the evaluation process. Only integer precision is supported.
1010
However, things like 'N[Pi, 100]' should work as expected.
1111
"""
12-
13-
12+
from mathics.version import __version__ # noqa used in loading to check consistency.
1413
import sympy
1514
import mpmath
1615
import numpy as np

0 commit comments

Comments
 (0)