Skip to content

Commit

Permalink
Merge branch 'master' into magnetic_vexp
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed May 15, 2024
2 parents 39b797c + bf9caa9 commit 623812c
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 (3800, 4000);
const guint N = g_test_rand_int_range (5800, 6000);
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 (3800, 4000);
const guint N = g_test_rand_int_range (5800, 6000);
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 623812c

Please sign in to comment.