We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd37dc commit 267be45Copy full SHA for 267be45
test/named_array_partition_tests.jl
@@ -1,3 +1,5 @@
1
+using RecursiveArrayTools, Test
2
+
3
@testset "NamedArrayPartition tests" begin
4
x = NamedArrayPartition(a = ones(10), b = rand(20))
5
@test typeof(@. sin(x * x^2 / x - 1)) <: NamedArrayPartition
0 commit comments