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 Nov 2, 2024
1 parent 4bdf165 commit a8d6463
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/deterministic/make_model_deterministic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ end
function wsample_single(v::UnitRange{Int64}, w::Vector{Float64}, wsum)
return v[1]
end

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

0 comments on commit a8d6463

Please sign in to comment.