Skip to content

Commit b98620f

Browse files
alpertoygarbknueven
authored andcommitted
Add missing main call for example file
1 parent ab35904 commit b98620f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyomo/contrib/parmest/examples/reactor_design/parameter_estimation_example.py

+4
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ def main():
3939
obj, theta, cov = pest.theta_est(calc_cov=True, cov_n=17)
4040
print(obj)
4141
print(theta)
42+
43+
44+
if __name__ == "__main__":
45+
main()

0 commit comments

Comments
 (0)