Skip to content

Commit

Permalink
chore: fix unused init arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Apr 16, 2024
1 parent 3482f06 commit 18633be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hepstats/utils/fit/diverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def pdf(model, x):

def pll(minimizer, loss, pois, init=None) -> float:
"""Compute minimum profile likelihood for fixed given parameters values."""
del init # unused currently

with ExitStack() as stack:
for p in pois:
Expand Down

0 comments on commit 18633be

Please sign in to comment.