-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve and add new replacements to the dataset module (#403)
* Update utils datasets functions * Fix linter issues * Fix linter issue C901 * Fix linter issues * Fix linter issues * Fix linter issues * Restore some changes * Restore some changes * Remove test * Remove test * Remove requirement * Fix linter issues * Fix tests issue * Update CHANGELOG.rst Co-authored-by: Pablo Guijarro <[email protected]> * Update toolium/utils/dataset.py Co-authored-by: Pablo Guijarro <[email protected]> * Fix pull request issues * Fix pull request issues * Restore incorrect pr requested change * Remove unrequired tests * Fix pull request issue * Fix typo * Fix linter issues * Fix test issue * Fix linter issues * Fix tests issue * Update CHANGELOG.rst Co-authored-by: Pablo Guijarro <[email protected]> * Update toolium/test/utils/test_dataset_replace_param.py Co-authored-by: Pablo Guijarro <[email protected]> * Update toolium/utils/dataset.py Co-authored-by: Pablo Guijarro <[email protected]> * Fix pull request issue * Fix pull request issue * Fix linter issues * Fix linter issues * Fix pull request issues * Fix issue * Fix linter issues * Fix fuction issue * Fix issue * Fix pull request issues * Fix pull request issues * Update toolium/test/utils/test_dataset_map_param_context.py Co-authored-by: Pablo Guijarro <[email protected]> * Update toolium/test/utils/test_dataset_replace_param.py Co-authored-by: Pablo Guijarro <[email protected]> * Reorder tests * Restore missing tests * Fix pull request issue * Fix pull request issue * Include json option to list element * Fix tests issue * Fix pull request issue --------- Co-authored-by: Pablo Guijarro <[email protected]>
- Loading branch information
1 parent
7d868a1
commit 5699865
Showing
5 changed files
with
168 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ target | |
.vscode | ||
|
||
# virtualenv | ||
.venv | ||
venv/ | ||
VENV/ | ||
ENV/ | ||
|
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
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