There was an error while loading. Please reload this page.
1 parent a8afcc8 commit d270ec0Copy full SHA for d270ec0
1 file changed
lectures/numba.md
@@ -316,8 +316,6 @@ $$
316
در اینجا کد است:
317
318
```{code-cell} ipython3
319
-from numba import jit
320
-
321
@jit
322
def update(w, r=0.1, s=0.3, v1=0.1, v2=1.0):
323
" Updates household wealth. "
0 commit comments