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 ability to store results from a single=True UQ analysis in Data #22

Open simetenn opened 5 years ago

simetenn commented 5 years ago

Currently, the results from an uncertainty quantification with single=True are stored as a dictionary of Data objects. Data should have the ability to store single UQ results directly.