Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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>
|
|
* Update Scripts to Handle New File Names
* Use glob in Analysis of Collision Tests
* Use rstrip in Analysis of Collision Tests
* Regex: Match ends-in-digits
Thanks Phil! :)
Co-authored-by: Edoardo Zoni <ezoni@lbl.gov>
Co-authored-by: Phil Miller <unmobile+gh@gmail.com>
|
|
* 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
|
|
* Python Module for Analysis of Restart Tests
* Remove Unused Import
|
|
* Check All Particle Species, All Directions
* Check also Particle Momenta
* Add Check on Particle Weight, Fields
* Smaller Field Tolerance (1e-12)
* Single Loop over Particles and Fields
* Cleaning
* Add ds.force_periodicity() for yt-4.0
|
|
* Python Analysis of Restart Tests: Small Cleanup
* Remove Unused Import
|
|
* Fix Bug in PSATD Restart with Time Averaging
* PSATD Time Avg Restart: Add CI Test
- restart test
- use recommended boundary conditions for the spectral solver in z
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
|
|
* Enable restart with PSATD
* Add new restart test
* Add new input file
* New CI Test: Fix Inputs, Fix Analysis Script
* Reuse input for Restart with FDTD
* Read time_of_last_gal_shift from Checkpoint
* Upload Benchmark for restart_psatd
* Update Benchmark for restart_psatd
Co-authored-by: Edoardo Zoni <ezoni@lbl.gov>
|
|
* Update inputs_3d
* Update inputs_2d
* Update inputs_2d
* Update inputs_3d
* add restart test
* minor
* minor
* Update analysis_restart.py
* Make the analysis script executable.
* fix
* add restart.json
Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
|