Skip to content

Commit

Permalink
Trying to pass the test on GitHub...
Browse files Browse the repository at this point in the history
  • Loading branch information
dppalomar committed May 25, 2024
1 parent 550599a commit 4faf72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riskparityportfolio/tests/test_modern_rpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ def test_dummy_variables():
dvec=np.concatenate([np.zeros(N), np.zeros(N), 0.03*np.ones(N)]))
w2 = my_portfolio.weights

np.testing.assert_allclose(w1, w2, rtol=1e-5)
np.testing.assert_allclose(w1, w2, rtol=1e-5, rtol=1e-5)

0 comments on commit 4faf72d

Please sign in to comment.