eqasim-org / synpp

Synthetic population pipeline code for eqasim
http://www.eqasim.org
MIT License
18 stars 12 forks source link

Lazy-load results of other stages #3

Closed sebhoerl closed 4 years ago

sebhoerl commented 4 years ago

Right now the pipeline loads all the data of dependency stages. However, it would be much better if this worked in a lazy manner, i.e. only loading stuff when it is actually needed. We can even print warnings if stages are requested that are never used.