Skip to content

Commit

Permalink
docstrings fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAly98 committed Mar 9, 2025
1 parent 7c960ac commit e0351eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cabinetry/fit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def _get_impacts_summary(

def _get_datastat_impacts_np_shift(
impacts_summary: Dict[str, Dict[str, float]],
model: pyhf.pdf.model,
model: pyhf.pdf.Model,
data: List[float],
poi_index: int,
fit_results: FitResults,
Expand Down

0 comments on commit e0351eb

Please sign in to comment.