We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94af988 commit f5321a5Copy full SHA for f5321a5
mathics/core/util.py
@@ -9,7 +9,7 @@
9
from platform import python_implementation
10
from typing import Optional
11
12
-from mathics.core.atoms import NumericArray, MachineReal
+from mathics.core.atoms import MachineReal, NumericArray
13
from mathics.core.symbols import Symbol
14
15
IS_PYPY = python_implementation() == "PyPy"
test/builtin/drawing/test_plot_detail.py
@@ -178,5 +178,5 @@ def run_tests():
178
except AssertionError:
179
print("FAIL")
180
181
- #make_ref_files()
+ # make_ref_files()
182
run_tests()
0 commit comments