wfondrie / depthcharge

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

Update Lance backend to use native PyTorch integration #46

Closed wfondrie closed 4 months ago

wfondrie commented 4 months ago

This PR simplifies our SpectrumDataset and AnnotateSpectrumDataset code to use the native Lance PyTorch integration, lance.torch.data.LanceDataset. Resolves #45.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 96.51%. Comparing base (e957f95) to head (673cf11).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #46 +/- ## ========================================== + Coverage 96.13% 96.51% +0.38% ========================================== Files 24 24 Lines 957 948 -9 ========================================== - Hits 920 915 -5 + Misses 37 33 -4 ```

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