Skip to content

Commit c1ee5c4

Browse files
slilonfe5blnicho
andauthored
Update pyomo/contrib/parmest/parmest.py
Co-authored-by: Bethany Nicholson <blnicho@users.noreply.github.com>
1 parent 66fa00f commit c1ee5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/contrib/parmest/parmest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ class CovarianceMethod(Enum):
346346
reduced_hessian = "reduced_hessian"
347347

348348

349-
class ObjectiveLib(Enum):
349+
class ObjectiveType(Enum):
350350
SSE = "SSE"
351351
SSE_weighted = "SSE_weighted"
352352

0 commit comments

Comments
 (0)