We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213e091 commit f7bc2b2Copy full SHA for f7bc2b2
test/total.jl
@@ -137,7 +137,7 @@ end
137
(SciMLOperators.AdjointOperator(F), SciMLOperators.AdjointOperator),
138
(SciMLOperators.TransposedOperator(F), SciMLOperators.TransposedOperator),
139
(SciMLOperators.InvertedOperator(F), SciMLOperators.InvertedOperator),
140
- (SciMLOperators.InvertibleOperator(F), SciMLOperators.InvertibleOperator),
+ (SciMLOperators.InvertibleOperator(F, F), SciMLOperators.InvertibleOperator),
141
)
142
143
L = deepcopy(L)
0 commit comments