Skip to content
Snippets Groups Projects
Commit 0312fc5e authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge remote-tracking branch 'origin/sampling-frame' into sampling-frame

parents 71be186d 231f8e8b
No related branches found
No related tags found
1 merge request!786allow the sky frame to be specified
Pipeline #125405 passed
......@@ -1135,6 +1135,7 @@ def generate_sky_frame_parameters(samples, likelihood):
if isinstance(samples, dict):
likelihood.parameters.update(samples)
samples.update(likelihood.get_sky_frame_parameters())
return
elif not isinstance(samples, DataFrame):
raise ValueError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment