Skip to content

Commit 3b40c33

Browse files
committed
fix AutoReverseDiff argument typo
1 parent b0390f7 commit 3b40c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ad.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ADTypes.AutoZygote(),
1313
ADTypes.AutoForwardDiff(; chunksize=chunksize),
1414
ADTypes.AutoForwardDiff(),
15-
ADTypes.AutoReverseDiff(; false),
15+
ADTypes.AutoReverseDiff(; compile=false),
1616
ADTypes.AutoMooncake(; config=Mooncake.Config()),
1717
]
1818
at = ADTypes.AutoMooncake(; config=Mooncake.Config())
@@ -28,7 +28,7 @@ end
2828
@testset "$at" for at in [
2929
ADTypes.AutoZygote(),
3030
ADTypes.AutoForwardDiff(),
31-
ADTypes.AutoReverseDiff(; false),
31+
ADTypes.AutoReverseDiff(; compile = false),
3232
ADTypes.AutoMooncake(; config=Mooncake.Config()),
3333
]
3434
@testset "$T" for T in [Float32, Float64]

0 commit comments

Comments
 (0)