Skip to content

Commit 8811386

Browse files
committed
Init updating tests
1 parent 19d74d5 commit 8811386

File tree

3 files changed

+121
-87
lines changed

3 files changed

+121
-87
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1313

1414
[extras]
1515
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16+
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
1617

1718
[compat]
1819
julia = "1.9"
1920
GPUArrays = "8, 9, 10"
21+
JLArrays = "0.1"
2022
NFFT = "0.13"
2123
LinearOperators = "2.3.3"
2224
RadonKA = "0.6"
@@ -32,7 +34,7 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
3234
RadonKA = "86de8297-835b-47df-b249-c04e8db91db5"
3335

3436
[targets]
35-
test = ["Test", "FFTW", "Wavelets", "NFFT"]
37+
test = ["Test", "FFTW", "Wavelets", "NFFT", "JLArrays"]
3638

3739
[extensions]
3840
LinearOperatorNFFTExt = ["NFFT", "FFTW"]

test/runtests.jl

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ using LinearAlgebra
55
using FFTW
66
using Wavelets
77
using NFFT
8+
using JLArrays
89

9-
include("testNormalOp.jl")
10-
include("testOperators.jl")
10+
arrayTypes = [Array]
11+
12+
@testset "LinearOperatorCollection" begin
13+
include("testNormalOp.jl")
14+
include("testOperators.jl")
15+
end

0 commit comments

Comments
 (0)