Skip to content

Commit

Permalink
Revert test data size
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkkruglov committed Jan 15, 2024
1 parent d22f6a8 commit 8b6fe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onedal/basic_statistics/tests/test_basic_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@pytest.mark.parametrize("dtype", [np.float32, np.float64])
def test_option_uniform(queue, option, dtype):
seed = 77
s_count, f_count = 1000, 31
s_count, f_count = 19999, 31

result_option, function, tols = option
fp32tol, fp64tol = tols
Expand Down

0 comments on commit 8b6fe24

Please sign in to comment.