uncertainpy
uncertainpy copied to clipboard
Add option to enable multiple model outputs
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.