We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d603dd commit d943ee5Copy full SHA for d943ee5
test/integration/enzyme/main.jl
@@ -15,6 +15,7 @@ ADTYPES = OrderedDict(
15
16
@testset "$ad_key" for (ad_key, ad_type) in ADTYPES
17
@testset "$(model.f)" for model in DEMO_MODELS
18
+ GC.gc()
19
@test run_ad(model, ad_type) isa Any
20
end
21
0 commit comments