Skip to content

Commit df45e64

Browse files
committed
fix
1 parent 0f1f3e3 commit df45e64

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/firedrake/regression/test_point_eval_api.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,3 @@ def test_point_evaluator_inputs_2d():
402402
for input in [0.2, [0.2]]:
403403
with pytest.raises(ValueError, match=r"Point dimension \(1\) does not match geometric dimension \(2\)."):
404404
PointEvaluator(mesh, input)
405-
406-
407-
if __name__ == "__main__":
408-
pytest.main([__file__ + "::test_point_evaluator_inputs_1d"])
409-
# pytest.main([__file__ + "::test_point_evaluator_scalar[nprocs=1]"])

0 commit comments

Comments
 (0)