Skip to content

Commit

Permalink
Update weighted_sampling_multi_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Apr 17, 2024
1 parent 24f8544 commit daa5d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/weighted_sampling_multi_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function prob_no_replace(k)
end

@testset "Weighted sampling multi tests" begin
combs = Iterators.product([(algAExpJ, algARes, algWRSWRSKIP), (false, )]...)
combs = collect(Iterators.product([(algAExpJ, algARes, algWRSWRSKIP), (false, )]...))
push!(combs, (algWRSWRSKIP, true))
@testset "method=$method ordered=$ordered" for (method, ordered) in combs
a, b = 1, 10
Expand Down

0 comments on commit daa5d70

Please sign in to comment.