Skip to content

Commit 56be783

Browse files
committed
try dif dims
1 parent 22dd5dc commit 56be783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_timecorr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# if above is how to make a numpy list than TC isn't capible np.lists currently
1919
random_numbers= (2 ,3 ,5, 10, 12, 4, 6)
2020

21-
sim_1 = simulate_data(S=1, T=20, K=30, set_random_seed=100)
22-
sim_3 = simulate_data(S=3, T=20, K=30, set_random_seed=100)
21+
sim_1 = simulate_data(S=1, T=30, K=50, set_random_seed=100)
22+
sim_3 = simulate_data(S=3, T=30, K=50, set_random_seed=100)
2323

2424
width = 10
2525
laplace = {'name': 'Laplace', 'weights': tc.laplace_weights, 'params': {'scale': width}}

0 commit comments

Comments
 (0)