Skip to content

Commit

Permalink
Merge branch 'main' into nonlinear-to-pwl
Browse files Browse the repository at this point in the history
  • Loading branch information
emma58 authored Aug 15, 2024
2 parents 5bda911 + 123c465 commit 652389f
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 652389f

Please sign in to comment.