Skip to content

Commit 1c865a2

Browse files
complete merge
1 parent 724071c commit 1c865a2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/RecursiveArrayTools.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ module RecursiveArrayTools
44

55
using Iterators
66

7-
include("vector_of_array.jl")
8-
export VectorOfArray, vecarr_to_arr
9-
107
import Base: mean
118

129
include("utils.jl")
10+
include("vector_of_array.jl")
1311
include("array_partition.jl")
1412

13+
export VectorOfArray, vecarr_to_arr
14+
1515
export recursivecopy!, vecvecapply, copyat_or_push!, vecvec_to_mat, recursive_one,mean
1616

1717
export ArrayPartition

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using Base.Test
55
tic()
66
@time @testset "Utils Tests" begin include("utils_test.jl") end
77
@time @testset "Partitions Tests" begin include("partitions_test.jl") end
8+
@time @testset "VecOfArr Indexing Tests" begin include("basic_indexing.jl") end
9+
@time @testset "VecOfArr Interface Tests" begin include("interface_tests.jl") end
810
toc()
911
# Test the VectorOfArray code
10-
include("basic_indexing.jl")
11-
include("interface_tests.jl")

0 commit comments

Comments
 (0)