Skip to content

Commit

Permalink
#59 changed obj function to only return float
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriwet committed Apr 15, 2024
1 parent d6a2ac7 commit 8608bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aixcalibuha/calibration/calibrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def obj(self, xk, *args):
)
self._check_for_termination()

return total_res, unweighted_objective
return total_res

def mp_obj(self, x, *args):
# Initialize list for results
Expand Down

0 comments on commit 8608bce

Please sign in to comment.