AllenInstitute / AllenSDK

code for reading and processing Allen Institute for Brain Science data
https://allensdk.readthedocs.io/en/latest/
Other
335 stars 149 forks source link

Fix BehaviorSessionId type in single process LIMS cache api #2568

Closed morriscb closed 1 year ago

morriscb commented 1 year ago

VisualBehaviorProjectCache.get_ophys_experiment_table passes an int instead of a BehaviorSessionId object when retrieving data on a single process. Multiprocessing passes the correct data object. This ticket will correct the bug and update any unittests as needed.

morriscb commented 1 year ago

Fixed as part of #2541