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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user