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

feat: improve example files handling in examples scripts #193

Merged

Conversation

anshlachamb
Copy link
Collaborator

@anshlachamb anshlachamb commented Dec 19, 2024

  • 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

@anshlachamb anshlachamb linked an issue Dec 19, 2024 that may be closed by this pull request
@github-actions github-actions bot added documentation Improvements or additions to documentation enhancement New features or code improvements labels Dec 19, 2024
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5133c93) to head (bbe28b8).
Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

a-bouth
a-bouth previously approved these changes Dec 20, 2024
Copy link
Collaborator

@a-bouth a-bouth left a 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 🎅

@a-bouth a-bouth enabled auto-merge (squash) December 20, 2024 10:04
@anshlachamb
Copy link
Collaborator Author

Example 6 broken. I set this comment to block the PR

anssmolla
anssmolla previously approved these changes Dec 20, 2024
@a-bouth a-bouth merged commit 2dfd61e into main Dec 23, 2024
31 checks passed
@a-bouth a-bouth deleted the feat/182-improve-example-files-handling-in-examples-scripts branch December 23, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New features or code improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve example files handling in examples scripts
4 participants