Skip to content

Commit a7c60bb

Browse files
authored
Merge pull request #140 from scientificcomputing/dokken/pointcloud-test-typo
Fix typo
2 parents 3f7f30d + 258eb5d commit a7c60bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_xdmf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def test_create_ponitcloud_2D(cell_type, degree, value_shape, tmp_path):
263263
"cell_type", [dolfinx.mesh.CellType.tetrahedron, dolfinx.mesh.CellType.hexahedron]
264264
)
265265
@pytest.mark.parametrize("value_shape", [(), (3,)])
266-
def test_create_ponitcloud_3D(cell_type, degree, value_shape, tmp_path):
266+
def test_create_pointcloud_3D(cell_type, degree, value_shape, tmp_path):
267267
folder = MPI.COMM_WORLD.bcast(tmp_path, root=0)
268268
mesh = dolfinx.mesh.create_unit_cube(MPI.COMM_WORLD, 2, 3, 5, cell_type, dtype=np.float64)
269269

0 commit comments

Comments
 (0)