We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ff43b commit ed8a37bCopy full SHA for ed8a37b
test/portfolio_optimization.jl
@@ -22,6 +22,6 @@
22
23
y = maximizer(θ)
24
@test length(y) == d
25
- @test sum(y) <= 1
+ @test sum(y) <= 1 + 1e-6
26
end
27
0 commit comments