Skip to content

Commit eab6cc5

Browse files
committed
Set precompiled=False in test_stencil_matrix_2d_serial_backend_switch
1 parent 4e3b07b commit eab6cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psydac/linalg/tests/test_stencil_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2161,7 +2161,7 @@ def test_stencil_matrix_2d_serial_backend_switch(dtype, n1, n2, p1, p2, s1, s2,
21612161

21622162
# Create vector space, stencil matrix, and stencil vector
21632163
V = StencilVectorSpace(cart, dtype=dtype)
2164-
M = StencilMatrix(V, V, pads=(p1 - 1, p2 - 1), backend=backend, precompiled=True)
2164+
M = StencilMatrix(V, V, pads=(p1 - 1, p2 - 1), backend=backend, precompiled=False)
21652165
x = StencilVector(V)
21662166

21672167
# Fill in stencil matrix values based on diagonal index (periodic!)

0 commit comments

Comments
 (0)