Skip to content

Commit

Permalink
addresses issue lenstronomy#613
Browse files Browse the repository at this point in the history
  • Loading branch information
sibirrer committed May 24, 2024
1 parent f1b150e commit e6b0755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lenstronomy/Workflow/fitting_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def best_fit_likelihood(self):
:return: log likelihood, float
"""
kwargs_result = self.best_fit(bijective=False)
kwargs_result = self.best_fit(bijective=True)
param_class = self.param_class
likelihoodModule = self.likelihoodModule
logL = likelihoodModule.logL(param_class.kwargs2args(**kwargs_result))
Expand Down

0 comments on commit e6b0755

Please sign in to comment.