Skip to content

Commit 6d8750d

Browse files
committed
bug: fixes #172
1 parent 5362ed2 commit 6d8750d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylops_mpi/DistributedArray.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ def _nccl_local_shapes(self, masked: bool):
502502
def __neg__(self):
503503
arr = DistributedArray(global_shape=self.global_shape,
504504
base_comm=self.base_comm,
505+
base_comm_nccl=self.base_comm_nccl,
505506
partition=self.partition,
506507
axis=self.axis,
507508
local_shapes=self.local_shapes,

0 commit comments

Comments
 (0)