Skip to content

Commit

Permalink
Fix gamma tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theogf authored Oct 14, 2021
1 parent c454cff commit c675c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/likelihoods/gamma.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@testset "GammaLikelihood" begin
for args in ((), (1.0,), (exp,), (ExpLink(),), (1.0, exp), (1.0, ExpLink()))
lik = GammaLikelihood(args...)
@test lik isa GammaLikelihood{Float64,ExpLink}
@test lik isa GammaLikelihood{ExpLink,Float64}
@test lik.α == 1
end

Expand Down

0 comments on commit c675c62

Please sign in to comment.