Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Sep 8, 2024
1 parent b116e16 commit 855a646
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/regression_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Test.@testset "Regression Tests" begin
nn,
nvars,
naugs;
compute_mode = ContinuousNormalizingFlows.DIVecJacMatrixMode(ADTypes.AutoZygote()),
compute_mode = ContinuousNormalizingFlows.DIJacVecMatrixMode(
ADTypes.AutoEnzyme(; function_annotation = Enzyme.Const),
),
tspan = (0.0f0, 13.0f0),
steer_rate = 1.0f-1,
λ₃ = 1.0f-2,
Expand Down

0 comments on commit 855a646

Please sign in to comment.