Closed danielsf closed 2 years ago
This will likely be addressed as part of
It is not correct to load the stimulus presentations table via the behavior stimulus pkl file as was done in VBO. The stimulus presentations table for VBN is read directly from a precomputed csv. This code block is only executed when we try to load the stimulus presentations table from the behavior pkl file. Therefore this is a nonissue.
A large number of the ecephys sessions for the VBN release provoke an error when
current_frame
exceeds the length ofdraw_log
in this block of codehttps://github.com/AllenInstitute/AllenSDK/blob/master/allensdk/brain_observatory/behavior/stimulus_processing.py#L388-L400
Probably we need to do something more clever to set the value of
stop_frame
.Tasks
stop_frame
is larger thanlen(draw_log)
Validation