Skip to content

Commit

Permalink
clean up test with unused input
Browse files Browse the repository at this point in the history
  • Loading branch information
m-clare committed May 21, 2024
1 parent 22b4611 commit 3098977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cytriangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def test_refine_output_fields():
test = CyTriangle(input_dict=tricall_input)
test.triangulate("czAevn")
refine_output = test.output_dict()
test_refine = CyTriangle({**refine_output, "number_of_corners": 3})
test_refine = CyTriangle(refine_output)
test_refine.in_.set_triangle_areas([3.0, 1.0])
test_refine.triangulate("prazBP")
assert test_refine.out.triangles == [
Expand Down

0 comments on commit 3098977

Please sign in to comment.