Skip to content

Commit b7e35b2

Browse files
committed
bugfix
1 parent a7b27db commit b7e35b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/tests/tests_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def check_datatypes_mesh(init):
3131
import pySDC.implementations.datatype_classes.parallel_mesh as m
3232

3333

34-
m1 = m.parallel_mesh(init)
34+
m1 = m.parallel_mesh((init, None, np.dtype('float64')))
3535
m2 = m.parallel_mesh(m1)
3636

3737

0 commit comments

Comments
 (0)