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

Update to permit multiple root dirs #41

Closed
wants to merge 1 commit into from
Closed

Conversation

CBroz1
Copy link
Contributor

@CBroz1 CBroz1 commented Nov 12, 2021

Within ephys.py, multiple instances of grabbing the full session path with find_full_path from the element's __init__.py. See parallel PR for workflow-array-ephys for the same functionality. Notably, workflow now depends on the same find_full_path from element-data-loader.utils - should both reference the same instance of find-full-path or should they maintain independent versions of the same function?

Copy link
Collaborator

@kabilar kabilar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @CBroz1. Good catch. Lets use find_full_path from element-data-loader.utils. In this pull request, could you please also set up the ephys module to use dict_to_uuid and find_root_directory from element-data-loader.utils? And then we can remove these functions from the __init__.py.

@kabilar
Copy link
Collaborator

kabilar commented Dec 29, 2021

I just actually realized that my suggested changes are in pull request #35. Could you please review this pull request first?

@CBroz1
Copy link
Contributor Author

CBroz1 commented Dec 30, 2021

I just actually realized that my suggested changes are in pull request #35

Unfortunately, I wasn't aware of this PR when you and I discussed me taking on this multiple root task. The changes there are more comprehensive and cover all features present here.

@CBroz1 CBroz1 closed this Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants