Skip to content

Commit

Permalink
docs: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejnovak authored Jun 9, 2022
1 parent 6a3ab96 commit a54f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cabinetry/fit/results_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class FitResults(NamedTuple):
uncertainty (np.ndarray): uncertainties of best-fit parameter results, evaluated
with Hessian
labels (List[str]): parameter labels
types (List[str]): parameter types
types (List[Optional[str]]): parameter types
corr_mat (np.ndarray): parameter correlation matrix
best_twice_nll (float): -2 log(likelihood) at best-fit point
goodess_of_fit (float, optional): goodness-of-fit p-value, defaults to -1
Expand Down

0 comments on commit a54f565

Please sign in to comment.