Skip to content

Commit

Permalink
fix: passing unnecessary off_screen
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Dec 11, 2024
1 parent a1f6e3c commit 79fe02a
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 @@ -876,7 +876,7 @@ def debug_orders(pl, point):
def test_plotter_input(mapdl, make_block):
import pyvista as pv

pl = MapdlPlotter(off_screen=False)
pl = MapdlPlotter()
pl2 = mapdl.eplot(return_plotter=True, plotter=pl)
assert pl is pl2
pl2.show() # plotting for catching
Expand Down

0 comments on commit 79fe02a

Please sign in to comment.