Skip to content

Commit

Permalink
Calibrationg fftlog tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Apr 19, 2024
1 parent fe8a6b7 commit e6d7d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_ncm_fftlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ test_ncm_fftlog_gausswin2_new (TestNcmFftlog *test, gconstpointer pdata)
void
test_ncm_fftlog_sbessel_j_new (TestNcmFftlog *test, gconstpointer pdata)
{
const guint N = g_test_rand_int_range (2000, 3000);
const guint N = g_test_rand_int_range (2500, 3000);
const guint ell = g_test_rand_int_range (0, 5);
NcmFftlog *fftlog = NCM_FFTLOG (ncm_fftlog_sbessel_j_new (ell, 0.0, 0.0, 20.0, N));
TestNcmFftlogK *argK = g_new (TestNcmFftlogK, 1);
Expand Down Expand Up @@ -365,7 +365,7 @@ test_ncm_fftlog_sbessel_j_new (TestNcmFftlog *test, gconstpointer pdata)
void
test_ncm_fftlog_sbessel_j_q0_5_new (TestNcmFftlog *test, gconstpointer pdata)
{
const guint N = g_test_rand_int_range (2000, 3000);
const guint N = g_test_rand_int_range (2500, 3000);
const guint ell = g_test_rand_int_range (0, 5);
NcmFftlog *fftlog = NCM_FFTLOG (ncm_fftlog_sbessel_j_new (ell, 0.0, 0.0, 20.0, N));
TestNcmFftlogK *argK = g_new (TestNcmFftlogK, 1);
Expand Down

0 comments on commit e6d7d18

Please sign in to comment.