Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
katta committed Sep 30, 2024
1 parent 88423a6 commit e074bf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/pytests/test_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def test_steps_with_minimesh(tmp_path):

if __name__ == "__main__":
tmp_path = "tmp"
# test_steps_with_minimesh()
utils.remove_path(tmp_path)
test_steps_with_minimesh()
utils.remove_path(tmp_path)
test_steps_connections_mats(tmp_path)
# utils.remove_path(tmp_path)
utils.remove_path(tmp_path)

0 comments on commit e074bf6

Please sign in to comment.