You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stim table for session B shows that the image_ids for randomized_control_pre and randomized_control_post are the same, even though we discovered an error that indicates that they are not the same, that the randomized_control_post is actually the images from sessionA
stim table generated using:
import openscope_predictive_coding.utilities as utilities
data = utilities.pickle_file_to_interval_table(pkl_path)
data[data.stimulus_block_name=='randomized_control_post'].image_id.unique()
should not equal
data[data.stimulus_block_name=='randomized_control_'pre'].image_id.unique()
The text was updated successfully, but these errors were encountered:
stim table for session B shows that the image_ids for randomized_control_pre and randomized_control_post are the same, even though we discovered an error that indicates that they are not the same, that the randomized_control_post is actually the images from sessionA
stim table generated using:
import openscope_predictive_coding.utilities as utilities
data = utilities.pickle_file_to_interval_table(pkl_path)
data[data.stimulus_block_name=='randomized_control_post'].image_id.unique()
should not equal
data[data.stimulus_block_name=='randomized_control_'pre'].image_id.unique()
The text was updated successfully, but these errors were encountered: