Skip to content

Commit

Permalink
print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
88d52bdba0366127fffca9dfa93895 committed Dec 4, 2023
1 parent ea7e16c commit acfb33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_efficient_frontier.py
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ def test_efficient_risk_market_neutral_L2_reg():


def test_efficient_risk_market_neutral_warning():
ef = setup_efficient_frontier()
ef = setup_efficient_frontier(solver=cp.ECOS)
with pytest.warns(RuntimeWarning) as w:
ef.efficient_risk(0.19, market_neutral=True)
print(
Expand Down

0 comments on commit acfb33c

Please sign in to comment.