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 12, 2024
1 parent 9aab5ad commit c77a01d
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 @@ -7,7 +7,7 @@ import Random: shuffle!, rand, randn
import StatsBase: wsample
using Distributions

function allvalues(s::DynamicSampler)
function allinds(s::DynamicSampler)
return sort!(reduce(vcat, s.level_buckets))
end

Expand Down

0 comments on commit c77a01d

Please sign in to comment.