Open
Description
@gdementen almost all our users define their arrays in some params.py
module as "zeros" arrays and fill them with proper data later (by reading data from CSV, Excel or HDF files). They have a lot of arrays but they often use only some of them when they run a part of their model.
We need to find a way to spare memory and to use memory only when it's needed.
What's your opinion on that?