User story
When I load the Python modules and additional scripts needed to run the pipeline
I want the loading to be fast
So I can speed up the pipeline
Additional information
At the moment, I feel that loading the modules is rather slow (up to 10-15s); I think this should be faster. We might want to partially load these modules so only the used functions are loaded.
We should investigate which modules are long to load, and target these ones. My guess would be this is the ruptures module, as we entirely load it in the current version of the traces extractor module.
User story
Additional information
At the moment, I feel that loading the modules is rather slow (up to 10-15s); I think this should be faster. We might want to partially load these modules so only the used functions are loaded.
We should investigate which modules are long to load, and target these ones. My guess would be this is the ruptures module, as we entirely load it in the current version of the traces extractor module.