diff options
Diffstat (limited to 'utils/dc')
-rwxr-xr-x | utils/dc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -459,7 +459,7 @@ if __name__ == '__main__': 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) |