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

fix flake issues in example

parent ca0338fa
No related branches found
No related tags found
1 merge request!632Dirichlet priors
Pipeline #85651 failed
......@@ -11,9 +11,9 @@ label = "dirichlet_"
priors = DirichletPriorDict(n_dim=n_dim, label=label)
injection_parameters = dict(
dirichlet_0=1/3,
dirichlet_1=1/3,
dirichlet_2=1/3,
dirichlet_0=1 / 3,
dirichlet_1=1 / 3,
dirichlet_2=1 / 3,
)
data = [injection_parameters[label + str(ii)] * 1000 for ii in range(n_dim)]
......
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