Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers committed Oct 2, 2016
1 parent 2c2c41a commit 51937e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueice/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def bestfit_minuit(lf, minimize_kwargs=None, rates_in_log_space=False, **kwargs)
minimize_kwargs.setdefault('pedantic', False)

try:
f, names, guess, bounds = lf.make_objective(lf, minus=True, rates_in_log_space=rates_in_log_space, **kwargs)
f, names, guess, bounds = lf.make_objective(minus=True, rates_in_log_space=rates_in_log_space, **kwargs)
except NoOpimizationNecessary:
return {}, lf(**kwargs)

Expand Down

0 comments on commit 51937e3

Please sign in to comment.