CCL: fftlog correlation test fails in master

I am finding that currently in master C test 67, corrs:analytic_fftlog, fails. The error I get is the following:

TEST 67/91 corrs:analytic_fftlog WARNING: ERROR: Cannot make log-spaced array with 0 points - need at least 2

ERROR 1026: ccl_correlation.c: ccl_tracer_corr_fftlog ran out of memory

Is this something weird with my setup at the moment or can anyone else reproduce this?

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 15 (3 by maintainers)

Most upvoted comments

Don’t think it’s a memory error, just a problem with residual files. In any case I agree that the way the spline params are currently being set is not ideal (for one it makes use of static variables and can get very confused about where to look for the file). Hopefully this is something we cab improve soon.