Skip to content

Commit 796fb38

Browse files
committed
test adj broadcast
1 parent 63df43e commit 796fb38

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Infinities = "0.1"
4040
IntervalSets = "0.7"
4141
LazyArrays = "2"
4242
Makie = "0.20, 0.21"
43-
QuasiArrays = "0.11.5"
43+
QuasiArrays = "0.11.8"
4444
RecipesBase = "1.0"
4545
StaticArrays = "1.0"
4646
julia = "1.10"

test/test_chebyshev.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Base.:(==)(::FooBasis, ::FooBasis) = true
166166
@test_broken T'f isa Vector
167167
@test T'isa Vector
168168
@test T'*(ã .* ã) isa Vector
169+
@test (2T)'*(a .* T) isa Matrix
169170
end
170171

171172
@testset "sum/dot/diff" begin

0 commit comments

Comments
 (0)