Skip to content

Commit

Permalink
fix: quality value in test_aplot
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Sep 23, 2024
1 parent 894f839 commit 99c2eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def test_aplot(cleared, mapdl, vtk):
mapdl.aplot(vtk=vtk, color_areas=vtk, show_lines=True, show_line_numbering=True)

mapdl.aplot(quality=10)
mapdl.aplot(quality=-1)
mapdl.aplot(quality=1)


@pytest.mark.parametrize("vtk", [True, False, None])
Expand Down

0 comments on commit 99c2eef

Please sign in to comment.