Skip to content

fix: interior zones are inactive in the latest Fluent image #4217

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mkundu1
Copy link
Contributor

@mkundu1 mkundu1 commented Jun 26, 2025

Updating tests based on Fluent PR 599405 changes.

Nightly test CI passed - https://github.com/ansys/pyfluent/actions/runs/15906604497

@github-actions github-actions bot added the bug Issue, problem or error in PyFluent label Jun 26, 2025
@@ -547,9 +543,9 @@ def test_builtin_settings(mixing_elbow_case_data_session):
else:
with pytest.raises(RuntimeError):
CustomVectors(settings_source=solver)
tmp_save_path = Path(tempfile.mkdtemp(dir=pyfluent.EXAMPLES_PATH))
Copy link
Contributor Author

@mkundu1 mkundu1 Jun 26, 2025

Choose a reason for hiding this comment

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

This line is failing locally (probably due to some limiation of pytest's tmp_path fixture). Ideally, relative paths should work accross host and container working directories even though they have different absolute paths.

@mkundu1 mkundu1 linked an issue Jun 26, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue, problem or error in PyFluent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix latest nightly failures
2 participants