Skip to content

Commit

Permalink
fixed a bug that missed a returned parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Jul 1, 2024
1 parent 779428e commit a609f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/srd_y1_3x2_like.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@


def build_likelihood(_):
like, S, tools = generate('./config_test.yml', return_all_outputs=True)
like, S, tools, sys_params = generate('./config_test.yml', return_all_outputs=True)
return like

0 comments on commit a609f7e

Please sign in to comment.