Skip to content

Commit

Permalink
Merge branch 'nonlinear-to-pwl' of github.com:emma58/pyomo into nonli…
Browse files Browse the repository at this point in the history
…near-to-pwl
  • Loading branch information
emma58 committed Aug 19, 2024
2 parents 804ad04 + 652389f commit 3a0c49e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ def main():
obj, theta, cov = pest.theta_est(calc_cov=True, cov_n=17)
print(obj)
print(theta)


if __name__ == "__main__":
main()

0 comments on commit 3a0c49e

Please sign in to comment.