Skip to content

Commit

Permalink
fix: warning raised in v251 (#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored Aug 16, 2024
1 parent 13865b9 commit 4d5a791
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/3361.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: warning raised in v251
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,10 @@ def box_with_fields(cleared, mapdl):
mapdl.mp("ex", 1, 2e10)
mapdl.mp("perx", 1, 1)
mapdl.mp("murx", 1, 1)
if mapdl.version >= 25.1:
mapdl.tb("pm", 1, "", "", "perm")
mapdl.tbdat("", 0)

mapdl.et(1, "SOLID70")
mapdl.et(2, "CPT215")
mapdl.keyopt(2, 12, 1) # Activating PRES DOF
Expand Down

0 comments on commit 4d5a791

Please sign in to comment.