We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df2ac6 commit 2f9b365Copy full SHA for 2f9b365
1 file changed
DifferentiationInterface/test/Back/Mooncake/test.jl
@@ -13,7 +13,7 @@ LOGGING = get(ENV, "CI", "false") == "false"
13
backends = [
14
AutoMooncake(; config=nothing),
15
AutoMooncake(; config=Mooncake.Config()),
16
- AutoMooncakeForward(; config=nothing);
+ AutoMooncakeForward(; config=nothing),
17
]
18
19
for backend in backends
0 commit comments