Oufattole / meds-torch

MIT License
16 stars 2 forks source link

Removed references to unused event stream collate type. #85

Closed mmcdermott closed 1 month ago

mmcdermott commented 1 month ago

Closes #81

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 97.29730% with 1 line in your changes missing coverage. Please review.

Project coverage is 70.60%. Comparing base (4c45e16) to head (89d2763).

Files with missing lines Patch % Lines
src/meds_torch/data/components/pytorch_dataset.py 95.65% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 55_dataset_cleanup #85 +/- ## ====================================================== - Coverage 71.91% 70.60% -1.32% ====================================================== Files 49 49 Lines 2792 2752 -40 ====================================================== - Hits 2008 1943 -65 - Misses 784 809 +25 ```

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

mmcdermott commented 1 month ago

I believe the test failures here will be solved by #88, so we can wait to merge this until that goes in.