We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4faf72d commit 0d847b1Copy full SHA for 0d847b1
src/riskparityportfolio/tests/test_modern_rpp.py
@@ -134,4 +134,4 @@ def test_dummy_variables():
134
dvec=np.concatenate([np.zeros(N), np.zeros(N), 0.03*np.ones(N)]))
135
w2 = my_portfolio.weights
136
137
- np.testing.assert_allclose(w1, w2, rtol=1e-5, rtol=1e-5)
+ np.testing.assert_allclose(w1, w2, rtol=1e-5, atol=1e-5)
0 commit comments