-
Notifications
You must be signed in to change notification settings - Fork 34
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
No curation ephys AND kilosort triggering #54
Conversation
Co-authored-by: Dimitri Yatsenko <[email protected]>
… neuropixels data
self.EphysFile.insert([{**key, | ||
'file_path': fp.relative_to(root_dir).as_posix()} | ||
for fp in probe_data.recording_info['recording_files']]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self.EphysFile.insert([{**key, | |
'file_path': fp.relative_to(root_dir).as_posix()} | |
for fp in probe_data.recording_info['recording_files']]) | |
self.EphysFile.insert({**key, | |
'file_path': fp.relative_to(root_dir).as_posix()} | |
for fp in probe_data.recording_info['recording_files']) |
@kabilar should we close this PR? We can issue PR from the |
Thanks @ttngu207. That sounds good. Feel free to close and create a new pull request. Let's ask @sidhulyalkar to review and merge. |
# explicitly garbage collect "loaded_oe" | ||
# as these may have large memory footprint and may not be cleared fast enough | ||
del loaded_oe | ||
gc.collect() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dimitri-yatsenko Your comment on PR #71 is regarding an add from PR #54. PR71 assumes 54 will be merged first, which is why it is marked as draft.
I'm not about the details on garbage collection. Comments here indicate that loaded_oe
has significant memory demands
Closing this PR - to be replaced by a new PR from the |
trialized and localization notebooks
Fix #34
Fix #40
Fix #37
Fix #39