Skip to content

Commit a409fe5

Browse files
committed
Update runtests.jl
1 parent 336dc4b commit a409fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ ContinuumArrays.invmap(::InvQuadraticMap{T}) where T = QuadraticMap{T}()
598598
a = 1 .+ x .+ x.^2
599599
# The following are wrong, just testing dispatch
600600
@test T \ (a .* T) == I
601-
@test T \ (a .* (T * (T \ a))) [2.875, 3.5, 2.0, 0.5, 0.125]
601+
@test T \ (a .* (T * (T \ a))) isa Vector
602602
f = exp.(x) .* a # another broadcast layout
603603
@test T \ f == F \ f
604604

0 commit comments

Comments
 (0)