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 3987ef3 commit 829938bCopy full SHA for 829938b
test/runtests.jl
@@ -9,7 +9,7 @@ using RadonKA
9
using JLArrays
10
11
areTypesDefined = @isdefined arrayTypes
12
-arrayTypes = areTypesDefined ? arrayTypes : [Array, JLArray]
+arrayTypes = areTypesDefined ? arrayTypes : [Array] #, JLArray]
13
14
@testset "LinearOperatorCollection" begin
15
include("testNormalOp.jl")
0 commit comments