Add `cpu_time` variable for pulsar parameter estimation nested sampling initialisation
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.