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 ccee90c commit c86d383Copy full SHA for c86d383
test/runtests.jl
@@ -9,9 +9,7 @@ using StableRNGs
9
10
const PSO = ParticleSwarmOptimization
11
12
-@testset "Particle Swarm" begin
13
- include("parameters.jl")
14
- include("update.jl")
15
- include("problems.jl")
16
- include("strategies/basic.jl")
17
-end
+include("parameters.jl")
+include("update.jl")
+include("problems.jl")
+include("strategies/basic.jl")
0 commit comments