Skip to content

Commit

Permalink
Another typo in parmest.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartin71 committed Feb 12, 2024
1 parent 70d66e6 commit 922c715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/parmest/parmest.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def __init__(self, *args, **kwargs):
'Experiment list model does not have suffix ' + '"experiment_outputs".'
)
try:
parms = [k.name for k, v in model.unknown_parameters.items()]
params = [k.name for k, v in model.unknown_parameters.items()]
except:
RuntimeError(
'Experiment list model does not have suffix ' + '"unknown_parameters".'
Expand Down

0 comments on commit 922c715

Please sign in to comment.