Skip to content

Commit 43cf93d

Browse files
committed
Finalize test_field_elemental_nodal_plot_multiple_solid_types
1 parent 0d76749 commit 43cf93d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_plotter.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,12 @@ def test_field_elemental_nodal_plot_multiple_solid_types():
238238
stress = model.results.stress()
239239
fc = stress.outputs.fields_container()
240240
f = fc[0]
241-
242-
print(f.data.shape)
243241
f.plot()
244242
picture = 'test_plotter3.png'
245243
remove_picture(picture)
246244
f.plot(off_screen=True, screenshot=picture)
247245
assert os.path.exists(os.path.join(os.getcwd(), picture))
248-
# remove_picture(picture)
246+
remove_picture(picture)
249247

250248

251249
@pytest.mark.skipif(not HAS_PYVISTA, reason="Please install pyvista")

0 commit comments

Comments
 (0)