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 2b901fc commit a573501Copy full SHA for a573501
.github/workflows/Enzyme.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- uses: julia-actions/setup-julia@v2
26
with:
27
- version: "1.11"
+ version: "1.11.6"
28
29
- uses: julia-actions/cache@v2
30
test/integration/enzyme/main.jl
@@ -15,6 +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
- @test run_ad(deepcopy(model), ad_type) isa Any
+ @test run_ad(model, ad_type) isa Any
19
end
20
0 commit comments