Skip to content

Commit 267be45

Browse files
Update named_array_partition_tests.jl
1 parent fcd37dc commit 267be45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/named_array_partition_tests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using RecursiveArrayTools, Test
2+
13
@testset "NamedArrayPartition tests" begin
24
x = NamedArrayPartition(a = ones(10), b = rand(20))
35
@test typeof(@. sin(x * x^2 / x - 1)) <: NamedArrayPartition

0 commit comments

Comments
 (0)