Skip to content

Commit ed8a37b

Browse files
committed
fix tests
1 parent 81ff43b commit ed8a37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/portfolio_optimization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222

2323
y = maximizer(θ)
2424
@test length(y) == d
25-
@test sum(y) <= 1
25+
@test sum(y) <= 1 + 1e-6
2626
end
2727
end

0 commit comments

Comments
 (0)