Skip to content

Commit 6fc60e5

Browse files
authored
Reduce loop iteration for wasm (#585)
1 parent 11b85cb commit 6fc60e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/monte_carlo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ Now let's try with larger $M$ to get a more accurate calculation.
650650

651651
```{code-cell} ipython3
652652
%%time
653-
compute_call_price(M=10_000_000)
653+
compute_call_price(M=500_000)
654654
```
655655

656656

0 commit comments

Comments
 (0)