Closed hongzhouye closed 7 years ago
Merging #59 into master will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## master #59 +/- ##
=======================================
Coverage 26.21% 26.21%
=======================================
Files 13 13
Lines 206 206
=======================================
Hits 54 54
Misses 152 152
Impacted Files | Coverage Δ | |
---|---|---|
scf/scf.py | 0% <0%> (ø) |
:arrow_up: |
scf/scf_utils.py | 0% <0%> (ø) |
:arrow_up: |
scf/diis_solver.py | 0% <0%> (ø) |
: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 f63bc0f...1104531. Read the comment docs.
After some trial and error, I found that the correct order to do scf loop should be
should close #27 #24