JuDFTteam / aiida-fleur

AiiDA plugin of the high-performance density functional theory code FLEUR (www.judft.de) for high-throughput electronic structure calculations.
https://aiida-fleur.readthedocs.io
Other
14 stars 7 forks source link

Refactor `plot_fleur` #140

Closed janssenhenning closed 3 years ago

janssenhenning commented 3 years ago

See #127

This PR makes the following changes to plot_fleur:

TODO:

codecov[bot] commented 3 years ago

Codecov Report

Merging #140 (bf84f71) into develop (e6c64c4) will decrease coverage by 0.02%. The diff coverage is 65.55%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #140      +/-   ##
===========================================
- Coverage    64.51%   64.48%   -0.03%     
===========================================
  Files          120      120              
  Lines        13227    13293      +66     
===========================================
+ Hits          8533     8572      +39     
- Misses        4694     4721      +27     
Impacted Files Coverage Δ
aiida_fleur/tools/dict_util.py 79.68% <8.33%> (-16.47%) :arrow_down:
aiida_fleur/tools/StructureData_util.py 75.72% <50.00%> (ø)
tests/conftest.py 75.07% <50.00%> (ø)
aiida_fleur/tools/plot/fleur.py 55.13% <66.66%> (+2.71%) :arrow_up:
tests/tools/test_plot_fleur.py 70.52% <68.42%> (-8.43%) :arrow_down:
aiida_fleur/calculation/fleur.py 71.29% <100.00%> (ø)
aiida_fleur/cmdline/data/fleurinp.py 95.71% <100.00%> (ø)
aiida_fleur/tools/common_fleur_wf.py 80.00% <100.00%> (ø)
aiida_fleur/tools/common_fleur_wf_util.py 95.68% <100.00%> (ø)
aiida_fleur/tools/element_econfig_list.py 87.36% <100.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e6c64c4...bf84f71. Read the comment docs.