Skip to content

Commit 2b901fc

Browse files
committed
try this instead
1 parent d943ee5 commit 2b901fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/enzyme/main.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ADTYPES = OrderedDict(
1515

1616
@testset "$ad_key" for (ad_key, ad_type) in ADTYPES
1717
@testset "$(model.f)" for model in DEMO_MODELS
18-
GC.gc()
19-
@test run_ad(model, ad_type) isa Any
18+
@test run_ad(deepcopy(model), ad_type) isa Any
2019
end
2120
end

0 commit comments

Comments
 (0)