AllenInstitute / visual_behavior_analysis

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

bug fix in visual_behavior/data_access/loading.py #758

Closed dougollerenshaw closed 3 years ago

dougollerenshaw commented 3 years ago

Addresses issue #757.

Calls reset_index on get_released_ophys_experiment_table. The ophys_experiment_id column is subsequently set as the index on line 204.