-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Labels
upstream: to reportUpstream bugs which haven't been reportedUpstream bugs which haven't been reported
Description
Turing.jl/test/optimisation/Optimisation.jl
Lines 634 to 639 in 0f46682
elseif adbackend isa AutoForwardDiff | |
# TODO: Figure out why this is happening. | |
# https://github.com/TuringLang/Turing.jl/issues/2369 | |
@test_throws DivideError maximum_likelihood(m; adtype=adbackend) | |
@test_throws DivideError maximum_a_posteriori(m; adtype=adbackend) | |
else |
Marking as @test_throws for now, but we should try to get to the bottom of it and re-enable the test.
Metadata
Metadata
Assignees
Labels
upstream: to reportUpstream bugs which haven't been reportedUpstream bugs which haven't been reported