Skip to content

Commit

Permalink
Fix call to renamed function
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Feb 6, 2024
1 parent d43f771 commit f399b78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end

function to_contraction_sequence(expr, tensor_inds_to_vertex)
EinExprs.nargs(expr) == 0 && return tensor_inds_to_vertex[Set(expr.head)]
return map(_convert_to_contraction_sequence, EinExprs.args(expr))
return map(to_contraction_sequence, EinExprs.args(expr))
end

end

0 comments on commit f399b78

Please sign in to comment.