AllenInstitute / visual_behavior_analysis

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

removing outdated SDK classes #783

Closed alexpiet closed 2 years ago

alexpiet commented 2 years ago

data_access/loading.py was broken by recent SDK updates. I removed the outdated calls. Previously several functions let users pull sessions using lims, nwb, or confusingly, through the lims API. I removed that last option since it no longer exists. I did not check for other instances of these outdated classes, or other outdated classes in this module.