Skip to content

Commit 6173504

Browse files
committed
Revert "Update test_chebyshev.jl"
This reverts commit ff5b592.
1 parent ff5b592 commit 6173504

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_chebyshev.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,6 @@ ContinuumArrays.invmap(::InvQuadraticMap{T}) where T = QuadraticMap{T}()
9696
@test MemoryLayout(wT[y,1:3]) isa MappedWeightedBasisLayout
9797
@test wT[y,1:3][[0.1,0.2],1:2] == wT[y[[0.1,0.2]],1:2]
9898

99-
@testset "Derivative" begin
100-
wU = Weighted(ChebyshevU())
101-
D = Derivative(Inclusion(0..1))
102-
@test isbanded(wT[y,:] \ D * wU[y,:])
103-
@test isbanded((wU[y,:]' * D').args[1])
104-
end
105-
10699
@testset "QuadraticMap" begin
107100
m = QuadraticMap()
108101
mi = InvQuadraticMap()

0 commit comments

Comments
 (0)