File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,10 +9,14 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
99Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a"
1010PrettyTables = " 08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
1111Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12+ Reactant = " 3c362404-f566-11ee-1572-e11a4b42c853"
1213SparseConnectivityTracer = " 9f842d2f-2579-4b1d-911e-f412cf18a3f5"
1314SparseMatrixColorings = " 0a514795-09f3-496d-8182-132a7b665d35"
1415Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
1516
17+ [sources ]
18+ DifferentiationInterface = {path = " .." }
19+
1620[compat ]
1721ADTypes = " 1"
1822BenchmarkTools = " 1"
@@ -26,6 +30,3 @@ SparseConnectivityTracer = "1.1.2"
2630SparseMatrixColorings = " 0.4.23"
2731Zygote = " 0.7.10"
2832julia = " 1.10.10"
29-
30- [sources ]
31- DifferentiationInterface = { path = " .." }
Original file line number Diff line number Diff 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-
1915test_differentiation (
2016 backend, DifferentiationInterfaceTest. default_scenarios (;
2117 include_constantified = false , include_cachified = false
You can’t perform that action at this time.
0 commit comments