File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- using ArrayInterface, ReverseDiff, Tracker
1+ using ArrayInterface, ReverseDiff, Tracker, Test
22x = reduce (vcat, ReverseDiff. track ([4.0 ]))
3- ArrayInterface. aos_to_soa (x) isa ReverseDiff. TrackedArray
3+ @test ArrayInterface. aos_to_soa (x) isa ReverseDiff. TrackedArray
44x = reduce (vcat, ReverseDiff. track ([4.0 ,4.0 ]))
5- ArrayInterface. aos_to_soa (x) isa ReverseDiff. TrackedArray
5+ @test ArrayInterface. aos_to_soa (x) isa ReverseDiff. TrackedArray
66
77x = identity .(Tracker. TrackedArray ([4.0 ]))
8- ArrayInterface. aos_to_soa (x) isa Tracker. TrackedArray
8+ @test ArrayInterface. aos_to_soa (x) isa Tracker. TrackedArray
99x = identity .(Tracker. TrackedArray ([4.0 ,4.0 ]))
10- ArrayInterface. aos_to_soa (x) isa Tracker. TrackedArray
10+ @test ArrayInterface. aos_to_soa (x) isa Tracker. TrackedArray
You can’t perform that action at this time.
0 commit comments