Skip to content

Commit

Permalink
Update test/univariate/discrete/categorical.jl (style)
Browse files Browse the repository at this point in the history
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
LilithHafner and devmotion authored Apr 19, 2024
1 parent df932f4 commit c9137ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/univariate/discrete/categorical.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ end
end

@testset "issue #832" begin
priorities = collect(1:1000) .* 1.
priorities = collect(Float64, 1:1000)
priorities[1:50] .= 1e8

at = Distributions.AliasTable(priorities)
Expand Down

0 comments on commit c9137ef

Please sign in to comment.