Skip to content

Commit 2541e31

Browse files
Simplify tests for pre
1 parent 71c9dfb commit 2541e31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/forwarddiff_dual_detection.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using DiffEqBase, ForwardDiff, Test, InteractiveUtils
22
using ReverseDiff, SciMLStructures
3-
using Plots
43

54
u0 = 2.0
65
p = 2.0
@@ -36,7 +35,7 @@ p_possibilities = [ForwardDiff.Dual(2.0), (ForwardDiff.Dual(2.0), 2.0),
3635
(; x = 2.0, y = [ForwardDiff.Dual(2.0)]), (; x = 2.0, y = [[ForwardDiff.Dual(2.0)]]),
3736
Set([2.0, ForwardDiff.Dual(2.0)]), (SciMLBase.NullParameters(), ForwardDiff.Dual(2.0)),
3837
((), ForwardDiff.Dual(2.0)), ForwardDiff.Dual{Nothing}(ForwardDiff.Dual{MyStruct}(2.0)),
39-
(plot(), ForwardDiff.Dual(2.0)), [(1.0, ForwardDiff.Dual(1.0, (1.0,)))]
38+
(ForwardDiff.Dual(2.0)), [(1.0, ForwardDiff.Dual(1.0, (1.0,)))]
4039
]
4140

4241
for p in p_possibilities

0 commit comments

Comments
 (0)