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 3902b63 commit 62a99cfCopy full SHA for 62a99cf
tests/tests_core.py
@@ -1,9 +1,9 @@
1
import numpy as np
2
3
4
-def test_python_version():
5
- import sys
6
- assert sys.version_info >= (3, 3), "Need Python 3.3 at least"
+#def test_python_version():
+# import sys
+# assert sys.version_info >= (3, 3), "Need Python 3.3 at least"
7
8
# def test_return_types():
9
# import pySDC.problem as pr
@@ -177,4 +177,4 @@ def check_datatypes_particles(init):
177
assert p7 >= 0
178
assert np.all(p8.pos.values==1.0)
179
assert np.all(p8.vel.values==10.0)
180
- assert np.all(a3.values==300.0)
+ assert np.all(a3.values==300.0)
0 commit comments