simetenn / uncertainpy

Uncertainpy: a Python toolbox for uncertainty quantification and sensitivity analysis, tailored towards computational neuroscience.
http://uncertainpy.readthedocs.io
GNU General Public License v3.0
220 stars 50 forks source link

Add option to enable multiple model outputs #24

Open simetenn opened 5 years ago

simetenn commented 5 years ago

Add an option in Model that enables multiple model outputs. Would look something like Model(nr_model_outputs=3), with default option of 1 model output.

Need to figure out how to represent multiple model outputs, as well as add checks in all methods that directly parse the model output.

The current workaround is to use several features, as described in #23.