-
Notifications
You must be signed in to change notification settings - Fork 7
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
get filtered_behavior_session_table has wrong session_type information #723
Comments
debugging this, it could be an issue inherited from the SDK. However these sessions all have the correct session type, but just have a nan ophys_session_id
|
It appears all the sessions identified from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@matchings This is a distinct, but related issue to #722
Here, the problem is that the session type is simply WRONG for many sessions. I found these sessions by noticing there were sessions with
ophys_session_id = NaN
, yet hadsession_type = OPHYS_
Spot checking these sessions, when I load the session object the metadata and stimulus_presentations table are consistent with these sessions being training sessionsEDIT: I think I had a bug in my code, and now checking these systematically, it looks like the metadata matches what is in the filtered tableThe text was updated successfully, but these errors were encountered: