diff options
Diffstat (limited to 'utils/dc-closure-test')
| -rwxr-xr-x | utils/dc-closure-test | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/utils/dc-closure-test b/utils/dc-closure-test index 72ae95f..bf26662 100755 --- a/utils/dc-closure-test +++ b/utils/dc-closure-test @@ -376,7 +376,7 @@ def fit(data, sacrifice, steps):          print("nll(xopt) = ", nll(xopt))          #print("n = ", opt.get_numevals()) -    stepsizes = estimate_errors(nll,xopt,constraints) +    stepsizes = estimate_errors(nll,xopt,low,high,constraints)      with printoptions(precision=3, suppress=True):          print("Errors: ", stepsizes) | 
