Currently, the user can access any function in the data fetcher and model initialize modules. This could lead to unintended effects when functions that are too deep are used, or functions are called out of order. Look over all functions in these modules, and ensure only safe to use ones are exposed.
Currently, the user can access any function in the data fetcher and model initialize modules. This could lead to unintended effects when functions that are too deep are used, or functions are called out of order. Look over all functions in these modules, and ensure only safe to use ones are exposed.