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 3e5ea3c commit a963631Copy full SHA for a963631
test/ChebyshevTest.jl
@@ -474,7 +474,7 @@ include("testutils.jl")
474
S = PiecewiseSpace(Chebyshev.(components(d)))
475
NS = normalizedspace(S)
476
@test domain(NS) == domain(S)
477
- @test NS isa PiecewiseSpace{<:NTuple{<:Any,NormalizedChebyshev}}
+ @test NS isa PiecewiseSpace{<:Union{NTuple{<:Any,NormalizedChebyshev}, Vector{<:NormalizedChebyshev}}}
478
f = Fun(S)
479
g = Conversion(S, NS) * f
480
@test g(0.4) ≈ 0.4
0 commit comments