Skip to content

Commit 50c5bd2

Browse files
committed
bug: fix import of methods in test_ncclutils_nccl
1 parent 563db16 commit 50c5bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_nccl/test_ncclutils_nccl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import pytest
1010

1111
from pylops_mpi.utils._nccl import initialize_nccl_comm, nccl_allgather
12-
from pylops_mpi.utils._mpi import _prepare_allgather_inputs, _unroll_allgather_recv
12+
from pylops_mpi.utils._common import _prepare_allgather_inputs, _unroll_allgather_recv
1313

1414
np.random.seed(42)
1515

0 commit comments

Comments
 (0)