Skip to content

Commit

Permalink
Add test cases for WeightSum
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnebro committed Sep 10, 2024
1 parent 23ed32b commit dd4cccc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ function createContinuousSolution(numberOfObjectives::Int)::ContinuousSolution{F
return ContinuousSolution{Float64}([1.0], objectives, [], Dict(), [Bounds{Float64}(1.0, 10.0), Bounds{Float64}(1.0, 10.0)])
end

#=
coreTests = [
"core/constraintHandlingTest.jl"
]
Expand Down Expand Up @@ -108,6 +106,6 @@ for testProgram in algorithmTests
end

include("util/pointTest.jl")
=#
include("util/aggregationFunctionTest.jl")


include("util/aggregationFunctionTest.jl")

0 comments on commit dd4cccc

Please sign in to comment.