File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ export AutoChainRules,
35
35
AutoFiniteDiff,
36
36
AutoFiniteDifferences,
37
37
AutoForwardDiff,
38
+ AutoModelingToolkit,
38
39
AutoPolyesterForwardDiff,
39
40
AutoReverseDiff,
40
41
AutoSymbolics,
Original file line number Diff line number Diff line change 1
- @testset " AutoModelingToolkig" begin
2
- ad = @test_deprecated AutoModelingToolkit ()
1
+ @testset " AutoModelingToolkit" begin
2
+ ad = @test_warn " AutoModelingToolkit(args...) is deprecated, use AutoSymbolics() or AutoSparse(AutoSymbolics()) instead." AutoModelingToolkit ()
3
+ @test ad isa AbstractADType
4
+ ad = @test_warn " AutoModelingToolkit(args...) is deprecated, use AutoSymbolics() or AutoSparse(AutoSymbolics()) instead." AutoModelingToolkit (true )
3
5
@test ad isa AbstractADType
4
6
@test ad isa AutoSparse
5
7
@test dense_ad (ad) isa AutoSymbolics
You can’t perform that action at this time.
0 commit comments