Skip to content

Commit

Permalink
Update test/alternative_ad_frontend.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Arno Strouwen <[email protected]>
  • Loading branch information
ChrisRackauckas and ArnoStrouwen authored Feb 26, 2024
1 parent d82ac1d commit 1ac4c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/alternative_ad_frontend.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dup = Zygote.gradient(senseloss(InterpolatingAdjoint()), u0p)[1]
@test ForwardDiff.gradient(senseloss(InterpolatingAdjoint()), u0p) dup

@test Enzyme.gradient(Reverse, senseloss(InterpolatingAdjoint()), u0p) dup
@test_broken Enzyme.gradient(Reverse, senseloss(ReverseDiffAdjoint()), u0p) dup
@test Enzyme.gradient(Reverse, senseloss(ReverseDiffAdjoint()), u0p) dup
@test Enzyme.gradient(Reverse, senseloss(TrackerAdjoint()), u0p) dup
@test Enzyme.gradient(Reverse, senseloss(ForwardDiffSensitivity()), u0p) dup
@test_throws SciMLSensitivity.ForwardSensitivityOutOfPlaceError ReverseDiff.gradient(Reverse, senseloss(ForwardSensitivity()),
Expand Down

0 comments on commit 1ac4c76

Please sign in to comment.