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

fix import in write yaml code #443

Merged
merged 2 commits into from
May 31, 2022
Merged

fix import in write yaml code #443

merged 2 commits into from
May 31, 2022

Conversation

seanpearsonuk
Copy link
Collaborator

  • updated one import
  • tested that yaml is now created ok

@@ -5,7 +5,7 @@
"""
import sys

import ansys.fluent as pyfluent
import ansys.fluent.core as pyfluent
from ansys.fluent.core.services import settings

indent_factor = 2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this change. Could you also change get_obj_static_info below to get_static_info? The former is deprecated now.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem

@seanpearsonuk seanpearsonuk merged commit e1327f8 into main May 31, 2022
@seanpearsonuk seanpearsonuk deleted the bug/fix_write_yaml branch May 31, 2022 10:29
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 this pull request may close these issues.

3 participants