Closed dougollerenshaw closed 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.
addresses issue #648