-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create folders return split by datatype (#382)
* Output folders split by datatype, update test. * Update docs. * Fix tests, if datatype passed without ses names then coerce to proper input and display message. * fix 'sub_path' -> 'ses_path'!! Co-authored-by: Niko Sirmpilatze <[email protected]> * Rename 'folder_path_list' to 'folder_path_dict' in getting_started.md * 'created_folder_list' -> 'created_folder_dict' in tests. * Add 'Returns' section to 'create_folders()', fix incorrect type hints. * Remove unused tests. * Add test to cover split sub / ses behaviour. * Search and replace 'created_folders_list' -> 'created_folders_dict'. * Fix rebase conflicts still in the docstring. --------- Co-authored-by: Niko Sirmpilatze <[email protected]>
- Loading branch information
1 parent
5ca2e72
commit 5e8663b
Showing
7 changed files
with
102 additions
and
26 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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