Skip to content

Commit

Permalink
test failure is caused by NaN not approx to NaN
Browse files Browse the repository at this point in the history
  • Loading branch information
sparktseung committed Jun 19, 2023
1 parent 5a7b5db commit 8441773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/experts/discrete/gammacount.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@testset "gammacount pdf, cdf, etc." begin
mm = [1.5, 2, 5, 10, 25]
ss = [1.0, 2.0, 5.0, 10.0, 25.0]
x = collect(0.0:1:20)
x = collect(0.0:1:10)

for m in mm, s in ss
l = LRMoE.GammaCount(m, s)
Expand All @@ -16,7 +16,7 @@ end
@testset "gammacount expert_ll" begin
mm = [1.5, 2, 5, 10, 25]
ss = [1.0, 2.0, 5.0, 10.0, 25.0]
x = collect(0.0:1:20)
x = collect(0.0:1:10)

for m in mm, s in ss
tmp = LRMoE.GammaCountExpert(m, s)
Expand Down

0 comments on commit 8441773

Please sign in to comment.