-
Notifications
You must be signed in to change notification settings - Fork 45
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
DLCPosVideo
fails for non-existent interval
#1160
Comments
DLCPosVideos
fails for non-existent interval
DLCPosVideos
fails for non-existent intervalDLCPosVideo
fails for non-existent interval
It looks like
It would make sense to me to set In the short term, you can try running the following before rerunning the populate from spyglass.common.common_behav import (
convert_epoch_interval_name_to_position_interval_name,
)
convert_epoch_interval_name_to_position_interval_name(
{
"nwb_file_name": your_file,
"epoch": your_epoch,
},
populate_missing = True
) |
Ok, I'll ask Sam about it when he's back from time off. I tried running the cell you suggested but it did not seem to like that there weren't any pos intervals:
|
It may be that the previous effort to use this pipeline without trodes position did not consider video creation step |
could someone else take a look at this since sam is out all of next week? |
Describe the bug
The DLCPosVideo table is unable to be populated, potentially due to a missing interval list?
To Reproduce
Error stack:
Looking at
interval_name
in this line:--> 354 int(interval_name.replace("pos ", "").replace(" valid times", ""))
shows an empty list. I'm not sure if this is expected or not, given that we have no trodes position
The text was updated successfully, but these errors were encountered: