Skip to content

Commit

Permalink
Merge pull request #3349 from alpertoygar/fix/example-main-call
Browse files Browse the repository at this point in the history
Add missing main call for example file
  • Loading branch information
blnicho authored Aug 15, 2024
2 parents b5825e9 + d354166 commit 123c465
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 123c465

Please sign in to comment.