-
Notifications
You must be signed in to change notification settings - Fork 45
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
fix: extend unsubscribing cb for load and create wfs. #2869
Conversation
prmukherj
commented
May 25, 2024
•
edited
Loading
edited
- Restructuring and clean up of enhanced meshing workflow.
- Fix issues with '_refresh_task_accessors' in PyConsole.
- Fix issues with initializing and re-initializing workflows.
- Testing done both in PyFluent as well as PyConsole.
I need a little reminding about the |
As of now there is nothing called initialize. Reinitialize just resets the same workflow to it's original state. Unsubscribing the callback is required only for initialization which is done in the constructor. |