Skip to content
New issue

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

MAPDL Class not being collected #800

Closed
akaszynski opened this issue Jan 3, 2022 · 0 comments · Fixed by #809
Closed

MAPDL Class not being collected #800

akaszynski opened this issue Jan 3, 2022 · 0 comments · Fixed by #809
Assignees

Comments

@akaszynski
Copy link
Collaborator

In a simple script, _MapdlCore isn't being collected:

from ansys.mapdl.core import launch_mapdl
mapdl = launch_mapdl(
    loglevel='DEBUG', verbose_mapdl=True,
    additional_switches='-smp'
)
print(mapdl)

It's important that mapdl collects when out of scope, which means exiting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant