File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,3 @@ def test_fields_container_empty_tf_support(server_type):
527527 fields_container = dpf .FieldsContainer (server = server_type )
528528
529529 assert fields_container .time_freq_support == None
530-
531-
532- def test_fields_container_plot (server_type , disp_fc ):
533- disp_fc .plot ()
Original file line number Diff line number Diff line change @@ -137,6 +137,13 @@ def test_plot_fieldscontainer_on_mesh(allkindofcomplexity):
137137 remove_picture (picture )
138138
139139
140+ @pytest .mark .skipif (not HAS_PYVISTA , reason = "Please install pyvista" )
141+ def test_fields_container_plot (allkindofcomplexity ):
142+ model = dpf .core .Model (allkindofcomplexity )
143+ disp_fc = model .results .displacement ().outputs .fields_container ()
144+ disp_fc .plot ()
145+
146+
140147@pytest .mark .skipif (not HAS_PYVISTA , reason = "Please install pyvista" )
141148def test_field_elemental_plot (allkindofcomplexity ):
142149 model = Model (allkindofcomplexity )
You can’t perform that action at this time.
0 commit comments