Skip to content

Commit 17a621c

Browse files
committed
Remove or PSYDAC_BACKENDS['python'] from StencilInterfaceMatrix
1 parent b26ea4b commit 17a621c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psydac/linalg/stencil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ def __init__(self, V, W, s_d, s_c, d_axis, c_axis, d_ext, c_ext, *, flip=None, p
22812281
self._transpose_func = kernels['interface_transpose'][self._ndim]
22822282

22832283
if backend is None:
2284-
backend = PSYDAC_BACKENDS.get(os.environ.get('PSYDAC_BACKEND')) or PSYDAC_BACKENDS['python']
2284+
backend = PSYDAC_BACKENDS.get(os.environ.get('PSYDAC_BACKEND'))# or PSYDAC_BACKENDS['python']
22852285

22862286
if backend:
22872287
self.set_backend(backend)

0 commit comments

Comments
 (0)