Closed hongzhouye closed 7 years ago
Merging #60 into master will increase coverage by
57.57%
. The diff coverage is80.95%
.
@@ Coverage Diff @@
## master #60 +/- ##
===========================================
+ Coverage 26.21% 83.78% +57.57%
===========================================
Files 13 15 +2
Lines 206 222 +16
===========================================
+ Hits 54 186 +132
+ Misses 152 36 -116
Impacted Files | Coverage Δ | |
---|---|---|
SuperCoolFast/SuperCoolFast.py | 0% <ø> (ø) |
|
tests/test_psi4wrapper.py | 100% <ø> (ø) |
:arrow_up: |
SuperCoolFast/clean.py | 50% <ø> (ø) |
|
SuperCoolFast/init.py | 88.46% <ø> (ø) |
|
SuperCoolFast/__init__.py | 100% <100%> (ø) |
|
scf/__init__.py | 100% <100%> (+100%) |
:arrow_up: |
tests/test_diis.py | 100% <100%> (ø) |
|
scf/scf_utils.py | 91.42% <100%> (+91.42%) |
:arrow_up: |
scf/scf.py | 94.11% <100%> (+94.11%) |
:arrow_up: |
SuperCoolFast/run.py | 33.33% <33.33%> (ø) |
|
... and 8 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 cb3cec7...a9b2004. Read the comment docs.
1.
scf
is made a module and the main directory is renamedSuperCoolFast
.So now there are two ways to run our program.
python
interpreter2. A test is added for diis