Skip to content

Commit

Permalink
fix up the minuit interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Nov 8, 2021
1 parent cf2dbf2 commit 4c122fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simplify/fitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def fit(
uncertainty = result[:, 1]
labels = model_tools.get_parameter_names(model)
types = model_tools.get_parameter_types(model)
corr_mat = result_obj.minuit.np_matrix(correlation=True, skip_fixed=False)
corr_mat = result_obj.corr
cov_mat = result_obj.hess_inv
best_twice_nll = float(result_obj.fun)

Expand Down

0 comments on commit 4c122fb

Please sign in to comment.