Skip to content

Commit

Permalink
Modify rule S6984: Update einsum link (#4565)
Browse files Browse the repository at this point in the history
  • Loading branch information
joke1196 authored Dec 10, 2024
1 parent 52d0dfa commit 92e1462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S6984/python/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This rule raises an issue when an incorrect pattern is provided to an `einops` o
== Why is this an issue?

The `einops` library provides a powerful and flexible way to manipulate tensors using the Einstein summation convention.
The `einops` uses a different convention than the https://rockt.github.io/2018/04/30/einsum[traditional] one.
The `einops` uses a different convention than the https://ejenner.com/post/einsum/[traditional] one.
In particular, the axis names can be more than one letter long and are separated by spaces.


Expand Down

0 comments on commit 92e1462

Please sign in to comment.