Skip to content

Commit 4ff1ca9

Browse files
committed
test mul! for out-of-place FunctionOperator
1 parent ba6a3de commit 4ff1ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/func.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ end
167167

168168
# Test standard operator operations (from original test)
169169
w = rand(N, K)
170-
@test _mul(A, v) op1 * v mul!(w, op2, v)
170+
@test _mul(A, v) op1 * v mul!(w, op2, v) mul!(w, op1, v)
171171
w = rand(N, K)
172172
@test _mul(A, v) op1(v, u, p, t) op2(v, u, p, t)
173173
v = rand(N, K)

0 commit comments

Comments
 (0)