From d3f4be0c834c4effbfce40306a0a2a92f1adcaab Mon Sep 17 00:00:00 2001 From: German Date: Fri, 15 Dec 2023 22:21:54 +0100 Subject: [PATCH] Adding clear --- tests/test_commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_commands.py b/tests/test_commands.py index 985f1e916c..6f954c5703 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -713,6 +713,8 @@ def test_nlist_to_array(mapdl, beam_solve): def test_cmlist(mapdl): + mapdl.clear() + mapdl.prep7() # setup the full file mapdl.block(0, 1, 0, 1, 0, 1)