Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit 3409d24

Browse files
delete extra lines
1 parent 6aacaa5 commit 3409d24

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rst_files/optgrowth.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -763,9 +763,6 @@ We first need to define a jitted version of the production function
763763
Cobb-Douglas production function
764764
"""
765765
return k**α
766-
767-
og = OptimalGrowthModel(f=f, u=np.log)
768-
T, get_greedy = bellman_function_factory(og)
769766
770767
Now we will create an instance of the model and assign it to the variable `og`
771768

0 commit comments

Comments
 (0)