Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
adutfoy committed Jan 21, 2023
1 parent fc4ed17 commit 4d57f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oteclm/oteclm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,7 @@ def setMankamoParameter(self, mankamoParameter):

self.MankamoParameter = mankamoParameter
# General parameter = (pi_weight_optim, db_optim, dx_optim, dR_optim, yxm_optim)
generalParam = self.computeGeneralParamFromMankamo(mankamoParam)
generalParam = self.computeGeneralParamFromMankamo(mankamoParameter)
self.setGeneralParameter(generalParam)


Expand Down

0 comments on commit 4d57f9f

Please sign in to comment.