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

Allow etree.Elements in Fleurinpmodfier #170

Closed janssenhenning closed 2 years ago

janssenhenning commented 2 years ago

WIP: since the needed modifications in masci-tools are not released Serialize the passed etree._Elements in create_tag/replace_tag to strings. These are then detected and reconstructed inside masci-tools

codecov[bot] commented 2 years ago

Codecov Report

Merging #170 (f521f47) into develop (0eb0ee7) will increase coverage by 0.13%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #170      +/-   ##
===========================================
+ Coverage    70.87%   71.01%   +0.13%     
===========================================
  Files          121      121              
  Lines        14701    14754      +53     
===========================================
+ Hits         10420    10477      +57     
+ Misses        4281     4277       -4     
Impacted Files Coverage Δ
aiida_fleur/data/fleurinpmodifier.py 88.59% <100.00%> (+2.67%) :arrow_up:
tests/data/test_fleurinpmodifier.py 100.00% <100.00%> (ø)

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 90c859f...f521f47. Read the comment docs.