DeepRank / DeepRank-Mut

Deep learning framework to predict functional effects of missense variants in human
Apache License 2.0
1 stars 0 forks source link

Conservation features with augmented grid fix #20

Closed cbaakman closed 2 years ago

cbaakman commented 2 years ago

Apply the augmented grid bugfix to the conservation-features branch.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1760549120


Changes Missing Coverage Covered Lines Changed/Added Lines %
deeprank/tools/metrics.py 21 22 95.45%
deeprank/generate/DataGenerator.py 22 32 68.75%
<!-- Total: 146 157 92.99% -->
Totals Coverage Status
Change from base Build 1648481904: 0.7%
Covered Lines: 2630
Relevant Lines: 3584

💛 - Coveralls
cbaakman commented 2 years ago

There were actually some pathname problems in the tests. Those are now fixed, as the tests have succeeded now.

rgayatri commented 2 years ago

There were actually some pathname problems in the tests. Those are now fixed, as the tests have succeeded now.

Thanks much Coos.