We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb7303 commit 526034dCopy full SHA for 526034d
1 file changed
tests/test_fitrecipe.py
@@ -305,7 +305,7 @@ def test_boundsToRestraints():
305
expected_lower_bound = -1
306
expected_upper_bound = 1
307
expected_sigma = 2
308
- recipe.var1.bounds = (-expected_lower_bound, expected_upper_bound)
+ recipe.var1.bounds = (expected_lower_bound, expected_upper_bound)
309
310
# apply restraints from bounds
311
recipe.boundsToRestraints(sig=expected_sigma, scaled=True)
0 commit comments