Skip to content

Commit

Permalink
fix submesh test partitioner simple
Browse files Browse the repository at this point in the history
  • Loading branch information
ksagiyam committed May 27, 2024
1 parent 4d1439d commit 9c839e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/submesh/test_submesh_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_submesh_base_entity_maps():
#
# rank 0 rank 1

mesh = RectangleMesh(2, 1, 2., 1., quadrilateral=True, distribution_parameters={"partitioner": ((1, 1), (0, 1))})
mesh = RectangleMesh(2, 1, 2., 1., quadrilateral=True, distribution_parameters={"partitioner_type": "simple"})
assert mesh.comm.size == 2
rank = mesh.comm.rank
x, y = SpatialCoordinate(mesh)
Expand Down

0 comments on commit 9c839e0

Please sign in to comment.