Skip to content

Commit 3906777

Browse files
committed
Merge branch 'itemhack'
2 parents d2e7349 + fcc3d68 commit 3906777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixell/tilemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def get_active_distributed(tile_map, comm):
520520
iactive = utils.allreduce(iactive, comm)
521521
return np.nonzero(iactive)[0]
522522

523-
def reduce(tile_map, comm, root=0, itemhack=False):
523+
def reduce(tile_map, comm, root=0, itemhack=True):
524524
"""Given a distributed TileMap tile_map, collect all the tiles
525525
on the task with rank root (default is rank 0), and return it.
526526
Multiply owned tiles are reduced. Returns a TileMap with no

0 commit comments

Comments
 (0)