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 `__len__()` for `IterableDataset` classes #50

Closed wfondrie closed 4 months ago

wfondrie commented 4 months ago

This PR removes the __len__() method for the SpectrumDataset and AnnotatedSpectrumDataset classes. It also makes some small QoL improvements.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 96.66%. Comparing base (15d52f4) to head (f341681).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ========================================== - Coverage 96.67% 96.66% -0.02% ========================================== Files 24 24 Lines 962 959 -3 ========================================== - Hits 930 927 -3 Misses 32 32 ```

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