Skip to content

Commit

Permalink
restores parameter variance for XNES multistart failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Feb 3, 2025
1 parent 453d1ce commit d97c595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_optimisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def two_parameters(self):
return pybop.Parameters(
pybop.Parameter(
"Negative electrode active material volume fraction",
prior=pybop.Gaussian(0.6, 0.02),
prior=pybop.Gaussian(0.6, 0.2),
bounds=[0.58, 0.62],
),
pybop.Parameter(
Expand Down

0 comments on commit d97c595

Please sign in to comment.