Skip to content

Commit edf035e

Browse files
authored
Update README.md
1 parent 4d1ad9a commit edf035e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ error = solution1 - solution2
140140
```python
141141
from pdesolvers import MonteCarloPricing, BlackScholesFormula, OptionType
142142

143-
num_simulations_list = [ 20, 50, 100, 250, 500, 1000, 2500]
143+
num_simulations_list = [ 20, 50, 100, 250, 500, 1000, 2500 ]
144144

145145
pricing_1 = BlackScholesFormula(OptionType.EUROPEAN_CALL, 300, 290, 0.05, 0.2, 1)
146146
pricing_2 = MonteCarloPricing(OptionType.EUROPEAN_CALL, 300, 290, 0.05, 0.2, 1, 365, 1000000, 78)

0 commit comments

Comments
 (0)