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
2
2
x = 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
4
4
x = 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
6
6
7
7
x = identity .(Tracker. TrackedArray ([4.0 ]))
8
- ArrayInterface. aos_to_soa (x) isa Tracker. TrackedArray
8
+ @test ArrayInterface. aos_to_soa (x) isa Tracker. TrackedArray
9
9
x = 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