Skip to content

Commit

Permalink
[SPOLC.jl] Minor fix 🧪
Browse files Browse the repository at this point in the history
  • Loading branch information
shayandavoodii committed Mar 30, 2024
1 parent 59df230 commit 6caa68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SPOLC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ w = 5
end

@testset "Individual funcs" begin
@test OnlinePortfolioSelection.simplexproj([1e6, 2e6, 3e6], 3)[ 0.8999999999999999, 1.0, 1.0999999999999999]
@test OnlinePortfolioSelection.simplexproj([1e6, 2e6, 3e6], 3)[0., 0., 3.]
end
end

0 comments on commit 6caa68d

Please sign in to comment.