diff options
author | 2020-03-19 08:11:11 -0700 | |
---|---|---|
committer | 2020-03-19 08:11:11 -0700 | |
commit | 169837de6831a92ad96ebec34a48396134074227 (patch) | |
tree | 1f5ce2c52c2968ad8b209b8d0bb56bd92ef7c652 /Python/pywarpx/picmi.py | |
parent | 8d71f178e8e9995c2713e656ca1f761c574e3870 (diff) | |
download | WarpX-169837de6831a92ad96ebec34a48396134074227.tar.gz WarpX-169837de6831a92ad96ebec34a48396134074227.tar.zst WarpX-169837de6831a92ad96ebec34a48396134074227.zip |
Remove costs full diagnostic (#791)
* Remove costs full diagnostic
* whitespace
* Remove warpx.plot_costs from PlasmaMirror test
* minor
* Minor
* Remove plot_costs
Diffstat (limited to 'Python/pywarpx/picmi.py')
-rw-r--r-- | Python/pywarpx/picmi.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py index 7332877c3..aa5785eb6 100644 --- a/Python/pywarpx/picmi.py +++ b/Python/pywarpx/picmi.py @@ -642,8 +642,6 @@ class FieldDiagnostic(picmistandard.PICMI_FieldDiagnostic): pywarpx.warpx.add_field_to_plot('divE') elif dataname == 'divb': pywarpx.warpx.add_field_to_plot('divB') - elif dataname == 'costs': - pywarpx.warpx.plot_costs = 1 elif dataname == 'raw_fields': self.plot_raw_fields = 1 elif dataname == 'raw_fields_guards': |