Skip to content

Commit

Permalink
Update make_model_deterministic.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Oct 28, 2024
1 parent 354238d commit 00cfb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deterministic/make_model_deterministic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ function shuffle!(v::Vector)
# do nothing
end

function wsample_single(v::UnitRange{Int64}, w::Vector{Float64})
function wsample_single(v::UnitRange{Int64}, w::Vector{Float64}, wsum)
return v[1]
end

0 comments on commit 00cfb8a

Please sign in to comment.