-
Notifications
You must be signed in to change notification settings - Fork 43
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
Upgrade unit tests to use lightweight case load where possible #2296
Conversation
Running solvermode tests here: https://github.com/ansys/pyfluent/actions/runs/7146060041 If any tests fail we can compare with others to see if they were already failing, or if they are new failures: https://github.com/ansys/pyfluent/actions/workflows/weekly-solvermode-test-run.yml |
@raph-luc I'm noticing these solver mode tests are being run with 24.2 rather than 24.1. 2 of the 4 test failures are caused by changes in API object names (
Would you have any idea on how to investigate |
@ansjsia @raph-luc |
@ansjsia when comparing the test results from this branch with those from |
To speed up solver mode unit tests, tests that don't require loading the mesh have been set to call
root.file.read
with the parameterlightweight_setup=True
.