We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d76749 commit 43cf93dCopy full SHA for 43cf93d
tests/test_plotter.py
@@ -238,14 +238,12 @@ def test_field_elemental_nodal_plot_multiple_solid_types():
238
stress = model.results.stress()
239
fc = stress.outputs.fields_container()
240
f = fc[0]
241
-
242
- print(f.data.shape)
243
f.plot()
244
picture = 'test_plotter3.png'
245
remove_picture(picture)
246
f.plot(off_screen=True, screenshot=picture)
247
assert os.path.exists(os.path.join(os.getcwd(), picture))
248
- # remove_picture(picture)
+ remove_picture(picture)
249
250
251
@pytest.mark.skipif(not HAS_PYVISTA, reason="Please install pyvista")
0 commit comments