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 d943ee5 commit 2b901fcCopy full SHA for 2b901fc
test/integration/enzyme/main.jl
@@ -15,7 +15,6 @@ 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
+ @test run_ad(deepcopy(model), ad_type) isa Any
20
end
21
0 commit comments