Skip to content

Commit 0c36bc0

Browse files
committed
Reduce loop iteration for wasm
1 parent 11b85cb commit 0c36bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/monte_carlo.md

Lines changed: 1 addition & 1 deletion
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)