We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a70e5 commit 4dafec6Copy full SHA for 4dafec6
1 file changed
src/std.jl
@@ -473,7 +473,7 @@ function _to_std_string(arg::BinaryOperation{ElementWise})
473
end
474
475
if length(terms) == 2 && length(target_indices) == 2
476
- arg1_ids, arg2_ids = get_indices.(terms)
+ arg1_ids, arg2_ids = get_free_indices.(terms)
477
478
if maximum(length.((arg1_ids, arg2_ids))) == 2 &&
479
minimum(length.((arg1_ids, arg2_ids))) == 1
0 commit comments