Skip to content

Commit

Permalink
fix disable testing on Enzyme
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Oct 21, 2024
1 parent 5cafd5f commit c898d8e
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 @@ -20,7 +20,7 @@ include("optimisers.jl")
AutoReverseDiff(),
AutoTracker(),
AutoZygote(),
AutoEnzyme()
# AutoEnzyme()
]
target = MvNormal(ones(2))
logπ(z) = logpdf(target, z)
Expand Down

0 comments on commit c898d8e

Please sign in to comment.