We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_heal
Log:
=================================== FAILURES =================================== __________________________________ test_heal ___________________________________ pool = MAPDL Pool with 3 active instances @skip_if_not_local def test_heal(pool): pool_sz = len(pool) > pool[0].exit() E AttributeError: 'NoneType' object has no attribute 'exit' tests/test_pool.py:68: AttributeError ---------------------------- Captured stderr setup -----------------------------
The text was updated successfully, but these errors were encountered:
probably we should implement something on the pool __getitem__ method so we do check if it is None or not.
pool
__getitem__
None
Sorry, something went wrong.
Again I'm starting to see this test and test_empty_mesh failing a lot.
test_empty_mesh
https://github.com/ansys/pymapdl/actions/runs/5878340721/job/15940214006?pr=2207#step:10:1965
GitHubMesh selection · ansys/pymapdl@ec0204dPythonic interface to MAPDL. Contribute to ansys/pymapdl development by creating an account on GitHub.
germa89
clatapie
Successfully merging a pull request may close this issue.
Log:
The text was updated successfully, but these errors were encountered: