Skip to content

Commit 8518a57

Browse files
Updated change of file name
1 parent 34e43a5 commit 8518a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hull_white_one_factor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The inputs to the Hull-White model are the following:
2727
```python
2828
import numpy as np
2929
import pandas as pd
30-
from Hull_White_one_factor import simulate_Hull_White_One_Factor
30+
from simulate_Hull_White_One_Factor import simulate_Hull_White_One_Factor
3131

3232
time = np.array([1, 2, 3, 4, 5, 6, 7, 8, 9, 10])
3333
forwards = np.array([0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03])

0 commit comments

Comments
 (0)