You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MAINT: update @jit(nopython=True) to @jit with numba>=0.59 (#395)
* MAINT: update @jit(nopython=True) to @jit with numba>=0.59
* update @njit to @jit
* update imports njit to jit and usage
* minor fixes for import
* remove njit from cass_koopmans_1
* remove njit from ak2
'Given paths of c and k, computes the path of saving rate.'
810
810
production = pp.f(k_path[:-1])
@@ -912,7 +912,7 @@ $$ (eq:tildeC)
912
912
A positive fixed point $C = \tilde C(K)$ exists only if $f\left(K\right)+\left(1-\delta\right)K-f^{\prime-1}\left(\frac{1}{\beta}-\left(1-\delta\right)\right)>0$
0 commit comments