Skip to content

Commit

Permalink
Reactivate broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored May 8, 2024
1 parent 02caeb4 commit 707803b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ end
for _ = 1:100
x = randn(3)
@test @inferred(logdensity(∇ℓ, x)) test_logdensity(x)
@test_broken @inferred(logdensity_and_gradient(∇ℓ, x))
@test @inferred(logdensity_and_gradient(∇ℓ, x))
(test_logdensity(x), test_gradient(x))
end

Expand Down

0 comments on commit 707803b

Please sign in to comment.