AllenInstitute / visual_behavior_analysis

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

refactor to break circular dependency #650

Closed dougollerenshaw closed 4 years ago

dougollerenshaw commented 4 years ago

addresses issue #648

dougollerenshaw commented 4 years ago

This PR moves a number of data access utility functions from convert_level_1_to_level_2 to data_access.utilities. This allows us to remove the dependency ofdata_access.loading on convert_level_1_to_level_2, removing the circular dependency issue cited in #648.

No operational changes were made to any of the functions that were moved.