Skip to content

Commit 5f26daf

Browse files
committed
bump number of samples for tests
1 parent a50f43a commit 5f26daf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/tests_approximators/test_approximator_base_sparse.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_initialization(n, index, max_order, top_order, transform_type, decoder_
9696
20,
9797
"FBII",
9898
None,
99-
3200,
99+
6400,
100100
"fourier",
101101
"hard",
102102
False,
@@ -127,7 +127,7 @@ def test_initialization(n, index, max_order, top_order, transform_type, decoder_
127127
20,
128128
"STII",
129129
3,
130-
1600,
130+
3200,
131131
"fourier",
132132
"soft",
133133
False,
@@ -137,7 +137,7 @@ def test_initialization(n, index, max_order, top_order, transform_type, decoder_
137137
20,
138138
"STII",
139139
1,
140-
1600,
140+
3200,
141141
"fourier",
142142
"soft",
143143
False,

0 commit comments

Comments
 (0)