Skip to content

Commit a3c6aa5

Browse files
committed
Fixes
1 parent 8ca970e commit a3c6aa5

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

DifferentiationInterface/docs/Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
99
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
1010
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
1111
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12+
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
1213
SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
1314
SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
1415
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1516

17+
[sources]
18+
DifferentiationInterface = {path = ".."}
19+
1620
[compat]
1721
ADTypes = "1"
1822
BenchmarkTools = "1"
@@ -26,6 +30,3 @@ SparseConnectivityTracer = "1.1.2"
2630
SparseMatrixColorings = "0.4.23"
2731
Zygote = "0.7.10"
2832
julia = "1.10.10"
29-
30-
[sources]
31-
DifferentiationInterface = { path = ".." }

DifferentiationInterface/test/Back/Reactant/test.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ backend = AutoReactant()
1212
@test check_available(backend)
1313
@test check_inplace(backend)
1414

15-
scen1 = DIT.Scenario(
16-
17-
)
18-
1915
test_differentiation(
2016
backend, DifferentiationInterfaceTest.default_scenarios(;
2117
include_constantified = false, include_cachified = false

0 commit comments

Comments
 (0)