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 67c9bf7 commit 5e774acCopy full SHA for 5e774ac
tests/test_plotter.py
@@ -252,6 +252,10 @@ def test_field_nodal_plot(allkindofcomplexity):
252
253
254
@pytest.mark.skipif(not HAS_PYVISTA, reason="Please install pyvista")
255
+@pytest.mark.skipif(
256
+ running_docker and image_os == "windows",
257
+ reason="Test fails when running DPF server on a windows container",
258
+)
259
def test_field_elemental_nodal_plot_simple(simple_bar):
260
model = Model(simple_bar)
261
stress = model.results.element_nodal_forces()
0 commit comments