wfondrie / depthcharge

A deep learning toolkit for mass spectrometry
https://wfondrie.github.io/depthcharge/
Apache License 2.0
59 stars 18 forks source link

Remove tensorboard dependency #25

Closed wfondrie closed 1 year ago

wfondrie commented 1 year ago

Removes a hidden, mostly unnecessary dependency.

This PR also removes the example de novo model for now.

codecov-commenter commented 1 year ago

Codecov Report

Merging #25 (4a2816f) into main (e368d33) will decrease coverage by 1.77%. The diff coverage is 100.00%.

:exclamation: Current head 4a2816f differs from pull request most recent head 0bb413c. Consider uploading reports for the commit 0bb413c to get more accurate results

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
- Coverage   87.00%   85.23%   -1.77%     
==========================================
  Files          19       16       -3     
  Lines         854      752     -102     
==========================================
- Hits          743      641     -102     
  Misses        111      111              
Impacted Files Coverage Δ
depthcharge/__init__.py 100.00% <ø> (ø)
depthcharge/data/preprocessing.py 70.00% <ø> (ø)
depthcharge/utils.py 62.16% <100.00%> (+5.91%) :arrow_up:

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more