AllenInstitute / visual_behavior_analysis

Python package for analyzing behavioral data for Brain Observatory: Visual Behavior
Other
21 stars 6 forks source link

Break out behavior model function #761

Closed dougollerenshaw closed 3 years ago

dougollerenshaw commented 3 years ago

This PR breaks load_behavior_model_outputs into a distinct function in data_access.loading.

Making this function available on its own facilitates loading just the model outputs if desired.

The add_model_outputs_to_stimulus_presentations function now uses load_behavior_model_outputs

dougollerenshaw commented 3 years ago

@alexpiet after merging #760 into master, then master into this PR, the changes in this PR appear much less expansive. Only 1 file is now changed.