Open louisponet opened 2 years ago
Merging #116 (e01a995) into develop (b9b0e38) will increase coverage by
0.10%
. The diff coverage is86.66%
.
@@ Coverage Diff @@
## develop #116 +/- ##
===========================================
+ Coverage 76.01% 76.12% +0.10%
===========================================
Files 9 9
Lines 834 846 +12
===========================================
+ Hits 634 644 +10
- Misses 200 202 +2
Impacted Files | Coverage Δ | |
---|---|---|
aiida_wannier90/io/_write_win.py | 90.44% <86.66%> (-0.59%) |
:arrow_down: |
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 b9b0e38...e01a995. Read the comment docs.
This PR automatically checks whether the
projections
List
input to theWannier90Calculation
has alldicts
, and if so constructs theOrbitalData
from the list usinggenerate_projections
. Similarly, it solves an inconsistency when aDict
was passed to theprojections
input, and again generates theOrbitalData
.