Skip to content

Commit

Permalink
fix: removing __del__ method.
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jul 17, 2024
1 parent 09a499f commit 0ffdbec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@

class TestMapdlPool:

def __del__(self):
# making sure we are deleting everything
for each_mapdl in self.pool._instances:
each_mapdl.exit(force=True)

@pytest.fixture(scope="class")
def pool_creator(self, tmpdir_factory):
run_path = str(tmpdir_factory.mktemp("ansys_pool"))
Expand Down

0 comments on commit 0ffdbec

Please sign in to comment.