Skip to content

Commit 2e30705

Browse files
committed
Fixing warning
1 parent 97ff818 commit 2e30705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ def twisted_sheet(mapdl, cleared):
490490
mapdl.prep7()
491491
mapdl.et(1, "SHELL181")
492492
mapdl.mp("EX", 1, 2e5)
493+
mapdl.mp("PRXY", 1, 0.3) # Poisson's Ratio
493494
mapdl.rectng(0, 1, 0, 1)
494495
mapdl.sectype(1, "SHELL")
495496
mapdl.secdata(0.1)

0 commit comments

Comments
 (0)