Skip to content

Commit fdcb0e5

Browse files
committed
Don't fuse
1 parent 275e327 commit fdcb0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tensors/braidingtensor.jl

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

9696
function _set_subblock!(data, val)
9797
f(I) = ((I[1] == I[4]) & (I[2] == I[3])) * val
98-
@. data = f(CartesianIndices(data))
98+
data .= f.(CartesianIndices(data))
9999
end
100100

101101

0 commit comments

Comments
 (0)