aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Bucket.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-10Fix Bucket __getattr__ (#3747)Gravatar David Grote 1-1/+1
2021-12-21pre-commit: Python imports (#2686)Gravatar Axel Huebl 1-0/+1
* 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-19For Python inputs, values with temporary variables are wrapped in quotes (#2690)Gravatar David Grote 1-4/+8
2021-11-08Install pre-commit (#2532)Gravatar Axel Huebl 1-1/+0
* Add pre-commit Add basis for automated pre-commit checks. Install locally via: ```bash python3 -m pip install -U pre-commit pre-commit install ``` See: https://pre-commit.com * Cleanup: Whitespaces * Cleanup: requirements.txt order
2020-09-17[Mini]picmi - convert True/False to 1/0 (#1341)Gravatar David Grote 1-0/+2
* picmi - convert True/False to 1/0 * picmi - update picmi input files to use True/False for booleans
2020-05-14Implemented new particle diagnostics in picmi (#984)Gravatar David Grote 1-2/+12
* Implemented new particle diagnostics in picmi * Cleaned up picmi adding new particle diagnostics * In PICMI examples, use name option for diagnostics * For travis, update ubuntu version to bionic
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+7
2020-01-09For picmi, handle zero length list of values for outputGravatar Dave Grote 1-1/+6
2020-01-03Updated handling of fields_to_plot in picmi interfaceGravatar Dave Grote 1-2/+3
2018-12-12manually reverting back to last known working version of WarpXGravatar Andrew Myers 1-0/+4
2018-12-11fix conflicts for merge revertGravatar MaxThevenet 1-4/+0
2018-11-02First draft of picmi diagnosticsGravatar Dave Grote 1-0/+4
2018-08-02Bug fixes in the python interfaceGravatar Dave Grote 1-3/+1
Fixed handling species with same name as predefined species. Removed dependency on six
2018-07-10Updates to be consistent with the PICMI standardGravatar Dave Grote 1-2/+6
2018-02-09Updated to match changes in the PICMI standardGravatar Dave Grote 1-1/+6
2017-08-08version of iteritems() that works with Python 2 and 3Gravatar atmyers 1-1/+2
2017-06-28Various fixes to conform to Python PICMI standardGravatar Dave Grote 1-1/+3
2017-05-19Added code satisfying the PICMI standardGravatar Dave Grote 1-7/+12
2016-11-09Initial python wrapped versionGravatar Dave Grote 1-0/+26