Skip to content

Commit c47c3ef

Browse files
Merge pull request #185 from PyLops/broadcast
Update docstring in `__setitem__`
2 parents a0eed42 + 9cb3826 commit c47c3ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pylops_mpi/DistributedArray.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ def __setitem__(self, index, value):
189189
`Partition.SCATTER` - Local Arrays are assigned their
190190
unique values.
191191
192-
`Partition.UNSAFE_SCATTER` - Local Arrays are assigned their
193-
unique values.
192+
`Partition.UNSAFE_BROADCAST` - Local arrays are updated on each
193+
rank without communication across ranks.
194194
195195
`Partition.BROADCAST` - The value at rank-0 is broadcasted
196196
and is assigned to all the ranks.

0 commit comments

Comments
 (0)