Skip to content

Commit 2f4c914

Browse files
fixed mapdl instance not opening
1 parent 72d04c7 commit 2f4c914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def _reset_example(gallery_conf, fname: str, when: str):
210210
example_name = fname.replace(".py", "")
211211

212212
# Add any examples that need MAPDL to this list
213-
using_mapdl_examples = ["oscillating_plate", "turek_hron_fsi2"]
213+
using_mapdl_examples = ["oscillating_plate", "turek_hron_fsi2", "cht_pipe"]
214214

215215
# If the examples needs to run MAPDL in a container, launch it before
216216
# the example and remove it after. This is because it has been found

0 commit comments

Comments
 (0)