Add CI job to check that analysis_default_regression.py is always a link#6811
Open
EZoni wants to merge 2 commits intoBLAST-WarpX:developmentfrom
Open
Add CI job to check that analysis_default_regression.py is always a link#6811EZoni wants to merge 2 commits intoBLAST-WarpX:developmentfrom
EZoni wants to merge 2 commits intoBLAST-WarpX:developmentfrom
Conversation
7028dd9 to
f6448f0
Compare
This was referenced Apr 27, 2026
RemiLehe
pushed a commit
that referenced
this pull request
Apr 28, 2026
## Overview The file `analysis_default_regression.py` in the directory of the pierce diode test, originally added in #5999, is a hard copy but should be a link, as described in our documentation at [warpx.readthedocs.io/en/latest/developers/how_to_test.html#how-to-add-automated-tests](https://warpx.readthedocs.io/en/latest/developers/how_to_test.html#how-to-add-automated-tests): > 6. If the test directory is new, make a symbolic link to the default regression analysis script analysis_default_regression.py from [Examples/analysis_default_regression.py](https://github.com/BLAST-WarpX/warpx/blob/development/Examples/analysis_default_regression.py), by running `ln -s ../../analysis_default_regression.py analysis_default_regression.py` from the test directory. This was observed in #6801 (comment). ## Related PRs - #6811
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Add a CI job to check that
analysis_default_regression.pyinExamples/Tests/orExamples/Physics_applications/is always a link, not a hard copy, to prevent errors such as the one fixed in #6810.To do