Skip to content

Commit 7ae78a9

Browse files
committed
minor import msg fix
1 parent b567f86 commit 7ae78a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pylops_mpi/basicoperators/VStack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
from pylops_mpi.DistributedArray import NcclCommunicatorType
2020
from pylops_mpi.utils import deps
2121

22-
cupy_message = pylops_deps.cupy_import("the DistributedArray module")
23-
nccl_message = deps.nccl_import("the DistributedArray module")
22+
cupy_message = pylops_deps.cupy_import("the VStack module")
23+
nccl_message = deps.nccl_import("the VStack module")
2424

2525
if nccl_message is None and cupy_message is None:
2626
from pylops_mpi.utils._nccl import nccl_allreduce

0 commit comments

Comments
 (0)