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
On MapdlCore requires _cleanup to be True, which on MapdlGrpc before #3497 was only True if cleanup_on_exit was True. This should not.
MapdlCore
_cleanup
True
MapdlGrpc
cleanup_on_exit
Furthermore, #3497 totally overwrite the MapdlCore __del__ method, but this new one only considers the HPC case.
__del__
Thank you @jgd10 for the conversation which leads to this bug.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On
MapdlCore
requires_cleanup
to beTrue
, which onMapdlGrpc
before #3497 was onlyTrue
ifcleanup_on_exit
wasTrue
. This should not.Furthermore, #3497 totally overwrite the
MapdlCore
__del__
method, but this new one only considers the HPC case.Thank you @jgd10 for the conversation which leads to this bug.
The text was updated successfully, but these errors were encountered: