Skip to content

Commit a54f565

Browse files
authored
docs: fix docstring
1 parent 6a3ab96 commit a54f565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/cabinetry/fit/results_containers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class FitResults(NamedTuple):
1313
uncertainty (np.ndarray): uncertainties of best-fit parameter results, evaluated
1414
with Hessian
1515
labels (List[str]): parameter labels
16-
types (List[str]): parameter types
16+
types (List[Optional[str]]): parameter types
1717
corr_mat (np.ndarray): parameter correlation matrix
1818
best_twice_nll (float): -2 log(likelihood) at best-fit point
1919
goodess_of_fit (float, optional): goodness-of-fit p-value, defaults to -1

0 commit comments

Comments
 (0)