aboutsummaryrefslogtreecommitdiff
path: root/Examples/Modules/RigidInjection/analysis_rigid_injection_BoostedFrame.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-21pre-commit: Python imports (#2686)Gravatar Axel Huebl 1-1/+2
* pre-commit: Python imports Add two new Python rules to: - remove unused imports - sort imports according to PEP8 * pre-commit: Python imports Add two new Python rules to: - remove unused imports - sort imports according to PEP8 `.editorconfig`: isort options https://github.com/PyCQA/isort/wiki/isort-Settings * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * move import os (mpl) * move import yt (mpl) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleanup around matplotlib.use * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleaning: double np and lib Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-12-15Examples: Python ShellBang & Executable (#2673)Gravatar Axel Huebl 1-1/+1
* Examples: Python ShellBang & Executable Make sure that all PICMI scripts and all analysis Python scripts in `Examples/` are: - executable (`chmod a+x`) - start with a shell-bang to `python3` Now, all scripts can be run directly without a `python3 ...` prefix and also default to the only right executable of Python on older systems. (New systems always have a `python3` alias, too.) * Revert a moved numpy
2020-05-01Most fun PR ever: print error and tolerance before ASSERT in CI (#967)Gravatar MaxThevenet 1-3/+7
* always print error and tolerance before ASSERT in CI tests * eol * fix typos * more typo * typo
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+8
2020-01-13fix lgtm warningsGravatar Luca Fedeli 1-2/+1
2019-10-07Merge branch 'ChangeOutputDirectoryForLabFrameSnapshotData' of ↵Gravatar RevathiJambunathan 1-2/+2
https://github.com/RevathiJambunathan/WarpX into SliceInLabFrameForBoostedSim
2019-09-23use read_raw_data functions in tests instead of redefiningGravatar MaxThevenet 1-14/+2
2019-09-20Changing the output directory for the boosted frame diag tests from ↵Gravatar RevathiJambunathan 1-2/+2
lab_frame_diag/ to lab_frame_diag/snapshots/
2019-08-15re-define assert since fix to rigid injection has been mergedGravatar MaxThevenet 1-2/+1
2019-08-15relax assertion until rigid injection is fixed in other PRGravatar MaxThevenet 1-1/+2
2019-08-15add comments in analysis scriptsGravatar MaxThevenet 1-0/+14
2019-08-15some renamingGravatar MaxThevenet 1-0/+39