validate_experiment_outputs

(function from pyomo.contrib.parmest.parmest)

pyomo.contrib.parmest.parmest.validate_experiment_outputs(output_vars)[source]

Checks that: 1. All variables in the experiment_outputs attribute have the same number of indices 2. All variables in the experiment_outputs attribute share the same index set

Parameters:

output_vars (pyomo.core.base.suffix.Suffix) – Experiment output variables