Skip to content

Commit a80f00e

Browse files
committed
bug: added engine to x array i test_matrixmult
1 parent 50c5bd2 commit a80f00e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_matrixmult.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ def test_MPIMatrixMult_summa(N, K, M, dtype_str):
219219
local_shapes=comm.allgather(X_p.shape[0] * X_p.shape[1]),
220220
partition=Partition.SCATTER,
221221
base_comm=comm,
222-
dtype=dtype
222+
dtype=dtype,
223+
engine=backend,
223224
)
224225

225226
x_dist.local_array[:] = X_p.ravel()

0 commit comments

Comments
 (0)