choderalab / mtenn

Modular Training and Evaluation of Neural Networks
MIT License
5 stars 1 forks source link

Improve test coverage #45

Closed hmacdope closed 4 months ago

hmacdope commented 5 months ago

Overall test coverage needs to go up a bit (reported at 6% currently, unsure if accurate) for this project to be considered more stable. This will help avoid regressions etc.

kaminow commented 5 months ago

:see_no_evil: yep this is definitely needed. I'll start grinding those unit tests

kaminow commented 5 months ago

turns out the CodeCov badge on the main branch was actually pointing to the CodeCov for the (very old) master branch, so we've actually been at ~71% which isn't too bad. this is now fixed in #47. still working on tests but currently up to 84% :muscle: