Skip to content

Commit cc10403

Browse files
committed
error fixed
1 parent 01ff629 commit cc10403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sciml.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ end
214214
D2 = DiagonalOperator(rand(N2))
215215

216216
TT = AbstractSciMLOperator[T1, T2]
217-
DD = Diagonal(AbstractSciMLOperator[D1, D2]) # TODO - error in display
217+
DD = Diagonal(AbstractSciMLOperator[D1, D2])
218218

219219
op = TT' * DD * TT
220220

0 commit comments

Comments
 (0)