Skip to content

Commit 8f0bf6e

Browse files
slilonfe5jsiirola
andauthored
Update pyomo/contrib/parmest/parmest.py
Co-authored-by: John Siirola <jsiirola@users.noreply.github.com>
1 parent e5c1e65 commit 8f0bf6e

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
@@ -1685,7 +1685,7 @@ def _get_sample_list(self, samplesize, num_samples, replacement=True):
16851685

16861686
return samplelist
16871687

1688-
def theta_est(self, solver="ef_ipopt", return_values=[], **kwargs):
1688+
def theta_est(self, solver="ef_ipopt", return_values=[], calc_cov=NOTSET, cov_n=NOTSET:
16891689
"""
16901690
Parameter estimation using all scenarios in the data
16911691

0 commit comments

Comments
 (0)