jensengroup / propka

PROPKA predicts the pKa values of ionizable groups in proteins and protein-ligand complexes based in the 3D structure.
http://propka.org
GNU Lesser General Public License v2.1
256 stars 58 forks source link

Remove unused MultiVector class #178

Closed speleo3 closed 8 months ago

speleo3 commented 8 months ago

This code is unused and untested.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (83c1721) 73.00% compared to head (93f4fd3) 74.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #178 +/- ## ========================================== + Coverage 73.00% 74.05% +1.04% ========================================== Files 25 25 Lines 4027 3943 -84 ========================================== - Hits 2940 2920 -20 + Misses 1087 1023 -64 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sobolevnrm commented 8 months ago

Sorry for the slow response; was traveling. Thanks for fixing this!