Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify rule S6984: Update einsum link #4565

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading