Skip to content

Commit

Permalink
test: unmark broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrais committed Jan 9, 2025
1 parent 6a7b028 commit 159e035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/distributions/tensor_dirichlet_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ end

for len in 3:5
α = rand(len, len, len) .+ 1
@test_broken let d = TensorDirichlet(α)
ef = test_exponentialfamily_interface(d; test_basic_functions = true, option_assume_no_allocations = false)
let d = TensorDirichlet(α)
ef = test_exponentialfamily_interface(d; option_assume_no_allocations = false)
η1 = getnaturalparameters(ef)
for x in [rand(1.0:2.0, len, len) for _ in 1:3]
x = x ./ sum(x)
Expand Down

0 comments on commit 159e035

Please sign in to comment.