Closed matthewcarbone closed 4 years ago
Merging #42 into master will increase coverage by
5.08%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #42 +/- ##
==========================================
+ Coverage 75.00% 80.08% +5.08%
==========================================
Files 7 10 +3
Lines 396 457 +61
==========================================
+ Hits 297 366 +69
+ Misses 99 91 -8
Impacted Files | Coverage Δ | |
---|---|---|
crescendo/datasets/qm9.py | 72.40% <100.00%> (+4.08%) |
:arrow_up: |
crescendo/models/embedding.py | 100.00% <100.00%> (ø) |
|
crescendo/models/mpnn.py | 100.00% <100.00%> (ø) |
|
crescendo/utils/graphs.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 588b817...1c74d80. Read the comment docs.
This PR adds an MPNN and supporting architecture.
Resolve #37