Skip to content

Commit

Permalink
fix remove type stability test for entropy(TDist) (not stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Aug 23, 2024
1 parent eb1602d commit 2091cd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/univariate/continuous/tdist.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ using Test

for T in (Float32, Float64)
@test @inferred(rand(TDist(T(1)))) isa T
@test @inferred(entropy(TDist(T(1)))) isa T
end
end

0 comments on commit 2091cd7

Please sign in to comment.