Skip to content

Commit

Permalink
Disable precompilation of BijectorsEnzymeExt
Browse files Browse the repository at this point in the history
Closes #332
  • Loading branch information
penelopeysm committed Oct 24, 2024
1 parent 75e3799 commit d683d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/BijectorsEnzymeExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end
@static if v"1.11.1" <= VERSION < v"1.12"
function __init__()
if !Base.generating_output()
Base.eval(quote
eval(quote
@import_rrule typeof(find_alpha) Real Real Real
@import_frule typeof(find_alpha) Real Real Real
end)
Expand Down

0 comments on commit d683d75

Please sign in to comment.