-
Notifications
You must be signed in to change notification settings - Fork 159
Description
Time-boxed investigation for a maximum of 2 days to see if the fix to #1666 addresses this, or to suggest additional work that may be needed to address it.
Describe the bug
The behavior session table is a data frame that includes the full training history for each mouse. Some mice; however, only have OPHYS sessions, and do not have any TRAINING stages.
To Reproduce
Two mice that I found randomly (donor_id = 744911447, and 756577240). You can load the behavior_session_table, and then filter for that donor_id, and see that the only session types are
OPHYS, and no TRAINING stages.
behavior_sessions = cache. get_behavior_session_table()
behavior_sessions.query('donor_id == 756577240')
Expected behavior
Mice cannot go to ophys without training, so I expect to see training data for each mouse.
Environment (please complete the following information):
- OS & version: CentOS 7
- Python version 3
- AllenSDK version v1.6.0
Additional context
- I haven't tracked down other mice that show this issue.
- I wonder if the problem is a donor_id vs specimen_id issue?
