-
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.
Added fix to io_utils.list_files function for instances where column … (
#42) * Added fix to io_utils.list_files function for instances where column numbers go past 0-9. * forgot to add latest version of fix. now updated. * Added double quotations for string in pattern search. * Updated pre-commit * Updated substr matching to account for a list of substrs * Updated matches variable in list_files. * Additionally updated list_folders substr matching with same fix in list_files. * Changed list_files/folder substr to use set matching instead of pure pattern recogntion. * Added a step to regex split to filter out empty tokens. * Updated load_folders functionality to more closely match subsetting by strings. * Add more encompassing test cases * Fix formatting --------- Co-authored-by: alex-l-kong <alkong@ucdavis.edu>
- Loading branch information
1 parent
32ea69f
commit e2e45e6
Showing
2 changed files
with
72 additions
and
3 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