ArneBinder / pie-datasets

Building scripts for Pytorch-IE datasets.
MIT License
1 stars 0 forks source link

add concatenate datasets method #147

Closed kai-car closed 3 months ago

kai-car commented 3 months ago

Implementing a method for the concatenation of multiple datasets into one single dataset.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 83.16832% with 17 lines in your changes missing coverage. Please review.

Project coverage is 90.89%. Comparing base (793fd57) to head (226f5ad). Report is 3 commits behind head on main.

Files Patch % Lines
src/pie_datasets/core/dataset.py 10.52% 17 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #147 +/- ## ========================================== - Coverage 96.82% 90.89% -5.94% ========================================== Files 1 11 +10 Lines 63 955 +892 ========================================== + Hits 61 868 +807 - Misses 2 87 +85 ```

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

kai-car commented 3 months ago

Error in branch creation, find the new pull request here #148. The associated branch is concat-datasets.