Skip to content

Commit

Permalink
print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
88d52bdba0366127fffca9dfa93895 committed Dec 5, 2023
1 parent a67c3cf commit 457e9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypfopt/cla.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _compute_lambda(self, covarF_inv, covarFB, meanF, wB, i, bi):
if c == 0: # pragma: no cover
return None, None
# 2) bi
if type(bi) == list:
if isinstance(type(bi), list):
bi = self._compute_bi(c, bi)
# 3) Lambda
if wB is None:
Expand Down

0 comments on commit 457e9b0

Please sign in to comment.