Skip to content

Add `cpu_time` variable for pulsar parameter estimation nested sampling initialisation

Matthew Pitkin requested to merge matthew-pitkin/lalsuite:master into master

In LALInference the nested sampling initialisation function (LALInferenceNestedSamplingAlgorithmInit) recently add the requirement of setting the cpu_time variable. In the pulsar parameter estimation code it has a custom setup and doesn't use LALInferenceNestedSamplingAlgorithmInit, but I'd not added the cpu_time variable, so this broke my code.

This patch adds the cpu_time variable, and the code now runs as expected.

cc @karl-wette @john-veitch

Merge request reports