Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create_folders should split returned paths by datatype #374

Open
JoeZiminski opened this issue Apr 26, 2024 · 1 comment · May be fixed by #382
Open

create_folders should split returned paths by datatype #374

JoeZiminski opened this issue Apr 26, 2024 · 1 comment · May be fixed by #382
Labels
enhancement New feature or request

Comments

@JoeZiminski
Copy link
Member

JoeZiminski commented Apr 26, 2024

Currently create_folders returns a big list of paths where datatypes are mixed.

It would be much better to split these by datatype, returning a dict of lists of paths `{"behav": [], "ephys": []}

This function needs to be changed.

@JoeZiminski JoeZiminski added the enhancement New feature or request label Apr 26, 2024
@niksirbi
Copy link
Member

Agreed, this makes sense.

@JoeZiminski JoeZiminski changed the title make_folders should split returned paths by datatype create_folders should split returned paths by datatype Apr 26, 2024
@JoeZiminski JoeZiminski linked a pull request Apr 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants