EconForge / dolo.py

Economic modelling in python
BSD 2-Clause "Simplified" License
98 stars 72 forks source link

Should the `simulate` method of processes return an xarray ? #193

Open albop opened 4 years ago

albop commented 4 years ago

For a model, simulate(model, dr) returns an xarray with labels corresponding to variables, time index and simulation index. It would make sense for process.simulate() to also return an xarray. Among the advantages: