Skip to content

Commit f5219b3

Browse files
committed
remove sliced arrays
1 parent 0998b0b commit f5219b3

File tree

6 files changed

+0
-371
lines changed

6 files changed

+0
-371
lines changed

src/LabelledArrays.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ using LinearAlgebra, StaticArrays, ArrayInterface
44

55
include("slarray.jl")
66
include("larray.jl")
7-
include("slsliced.jl")
8-
include("lsliced.jl")
97

108
# Common
119
@generated function __getindex(x::Union{LArray,SLArray},::Val{s}) where s

src/lsliced.jl

Lines changed: 0 additions & 153 deletions
This file was deleted.

src/slsliced.jl

Lines changed: 0 additions & 69 deletions
This file was deleted.

test/lsliced.jl

Lines changed: 0 additions & 101 deletions
This file was deleted.

test/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ using InteractiveUtils
77
@time @testset "SLArrays" begin include("slarrays.jl") end
88
@time @testset "LArrays" begin include("larrays.jl") end
99
@time @testset "DiffEq" begin include("diffeq.jl") end
10-
#@time @testset "LSliced" begin include("lsliced.jl") end
11-
#@time @testset "SLSliced" begin include("slsliced.jl") end
1210
end

test/slsliced.jl

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)