-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add concatenate datasets method (#148)
* Added concatenate_datasets method in src/dataset.py * enables concatenation of multiple pie-datasets * tests still missing * Added tests for concatenate_datasets method * testing the core functionality with list/dic of Dataset/IterableDatasets through test_concatenate_datasets() * testing occurring errors during concatenation through test_concatenate_datasets_errors() * testing helper function _add_dset_name_to_document * fix test method name * improve docstring --------- Co-authored-by: Arne Binder <[email protected]>
- Loading branch information
1 parent
8605432
commit b18e37f
Showing
3 changed files
with
144 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters