2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

fix domain error

This commit is contained in:
vindex10
2021-07-30 09:17:09 +00:00
parent 810e84d60d
commit 1da2c29a31

View File

@@ -53,7 +53,7 @@ BENCHMARK_TEMPLATE(test_mode_2param, long double, non_central_chi_squared_distri
BENCHMARK_TEMPLATE(test_mode_2param, long double, non_central_chi_squared_distribution)->ArgsProduct({
benchmark::CreateRange(4, 4096, /*multi=*/2),
{0, 30, 100, 500}
{1, 30, 100, 500}
})->Name("fixed_nc");
BENCHMARK_TEMPLATE(test_mode_2param, long double, non_central_chi_squared_distribution)