-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: improve example files handling in examples scripts #193
feat: improve example files handling in examples scripts #193
Conversation
for more information, see https://pre-commit.ci
…ipts' of https://github.com/ansys/pyansys-sound into feat/182-improve-example-files-handling-in-examples-scripts
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #193 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 64 64
Lines 3511 3511
=========================================
Hits 3511 3511 ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
…ipts' of https://github.com/ansys/pyansys-sound into feat/182-improve-example-files-handling-in-examples-scripts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, merry christmas 🎅
Example 6 broken. I set this comment to block the PR |
…ipts' of https://github.com/ansys/pyansys-sound into feat/182-improve-example-files-handling-in-examples-scripts
for more information, see https://pre-commit.ci
… error in example 6, for testing this commit
…ipts' of https://github.com/ansys/pyansys-sound into feat/182-improve-example-files-handling-in-examples-scripts
All example files are now uploaded on the server side and the paths are uploaded accordingly, the path will always be the correct one either in local or docker configuration
Exception made for flute_psd.txt this file is needed only locally as we're using native python functions to read it and not DPF Operators
side modification: "abort_on_example_error": True, added in conf.py to ensure that the failure of one example generation leads to the general failure of the PR