aiida-vasp / parsevasp

A general parser for VASP
MIT License
13 stars 13 forks source link

Fixed splitting of comments in DOSCAR parser #86

Closed espenfl closed 2 years ago

espenfl commented 2 years ago

Fixed an issue with the comment of the system being overridden by the iterations in the parser. Also removed splitting of the string used for the comment.

codecov[bot] commented 2 years ago

Codecov Report

Merging #86 (c150320) into develop (52d827d) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #86      +/-   ##
===========================================
+ Coverage    80.11%   80.13%   +0.02%     
===========================================
  Files           12       12              
  Lines         3328     3330       +2     
===========================================
+ Hits          2666     2668       +2     
  Misses         662      662              
Impacted Files Coverage Δ
parsevasp/doscar.py 90.00% <100.00%> (ø)
parsevasp/utils.py 77.78% <100.00%> (+0.42%) :arrow_up:

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 52d827d...c150320. Read the comment docs.