-
Notifications
You must be signed in to change notification settings - Fork 1
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
Make getting LFP data robust #124
Comments
|
Ah ok, it's possible I copied the error message from an earlier run of the caching (it's one job per computation, and not easy to search through them for a particular failed session). I'll try re-running that session |
Confirmed it's ok |
@arjunsridhar12345 problem in npc_ephys.LFP if zarr file doesn't exist.. need to accommodate this File "/opt/conda/lib/python3.9/site-packages/npc_sessions/sessions.py", line 1698, in _subsampled_LFP
subsampled_LFP_results = npc_ephys.get_LFP_subsampled_results(
File "/opt/conda/lib/python3.9/site-packages/npc_ephys/LFP.py", line 138, in get_LFP_subsampled_results
probe_LFP_subsampled_result = _get_LFP_probe_result(
File "/opt/conda/lib/python3.9/site-packages/npc_ephys/LFP.py", line 85, in _get_LFP_probe_result
probe_LFP_zarr = zarr.open(probe_LFP_zarr_file, mode="r")
File "/opt/conda/lib/python3.9/site-packages/zarr/convenience.py", line 132, in open
raise PathNotFoundError(path)
zarr.errors.PathNotFoundError: nothing found at path '' |
@bjhardcastle is this the same session - |
ok fairly sure, its another rogue data asset with that session |
Sorry didn't realize that wasn't printed in the error message. Yeah it is |
A couple of bugs still remain in 0.0.242:
674562_2023-10-05
674562_2023-10-02
The text was updated successfully, but these errors were encountered: