Skip to content

Commit c0acec1

Browse files
committed
updated error bounds in fnft__nse_finvscatter_test_focusing_2split2A
1 parent b801646 commit c0acec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fnft__nse_finvscatter/fnft__nse_finvscatter_test_focusing_2split2A.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ int main()
2626
= fnft_nse_discretization_2SPLIT2A;
2727

2828
UINT D = 8;
29-
REAL error_bound = 1.6e11*FNFT_EPSILON;
29+
REAL error_bound = 10*FNFT_EPSILON;
3030
if (nse_finvscatter_test(D, kappa, error_bound, discretization) != SUCCESS)
3131
return EXIT_FAILURE;
3232

3333
D = 16384;
3434
error_bound
3535
#ifdef HAVE_FFTW3
36-
= 73.0*FNFT_EPSILON;
36+
= 200.0*FNFT_EPSILON;
3737
#else
3838
= 1262.0*FNFT_EPSILON;
3939
#endif

0 commit comments

Comments
 (0)