Skip to content

Commit e58914d

Browse files
committed
Update test_lazybandedinf.jl
1 parent c606a1f commit e58914d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_lazybandedinf.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ const InfKronTravBandedBlockBandedLayout = LazyBandedMatricesInfiniteArraysExt.I
109109
X = zeros(∞,∞); X[1,1] = 1;
110110
KR = Block.(1:10)
111111
@test (A*DiagTrav(X))[KR] == ((A + 0I) * DiagTrav(X))[KR]
112+
@test A*DiagTrav(X) isa DiagTrav
112113
end
113114
end
114115

0 commit comments

Comments
 (0)