File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
[deps ]
2
+ ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
3
+ DifferentiationInterface = " a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
4
+ DifferentiationInterfaceTest = " a82114a7-5aa3-49a8-9643-716bb13727a3"
2
5
DynamicQuantities = " 06fc5a27-2a28-4c7c-a15d-362465fb6821"
3
6
KernelAbstractions = " 63c18a36-062a-441e-b654-da1e3ab1ce7c"
4
7
ModelingToolkit = " 961ee093-0014-501f-94e3-6117800e7a78"
@@ -7,6 +10,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
7
10
Unitful = " 1986cc42-f94f-5a68-af5c-568840ba703d"
8
11
9
12
[compat ]
13
+ DifferentiationInterface = " 0.6"
10
14
KernelAbstractions = " 0.9"
11
15
ModelingToolkit = " 8.33, 9"
12
16
ParameterizedFunctions = " 5.15"
Original file line number Diff line number Diff line change
1
+ using DifferentiationInterface, DifferentiationInterfaceTest
2
+ using Symbolics: Symbolics
3
+ using Test
4
+
5
+
6
+ test_differentiation (AutoSymbolics ())
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ if GROUP == "All" || GROUP == "Downstream"
90
90
activate_downstream_env ()
91
91
# @time @safetestset "ParameterizedFunctions MATLABDiffEq Regression Test" begin include("downstream/ParameterizedFunctions_MATLAB.jl") end
92
92
@safetestset " ModelingToolkit Variable Utils Test" begin include (" downstream/modeling_toolkit_utils.jl" ) end
93
+ @safetestset " DI Test" begin include (" downstream/differentiation_interface.jl" ) end
93
94
end
94
95
95
96
if GROUP == " All" || GROUP == " SymPy"
You can’t perform that action at this time.
0 commit comments