-
Notifications
You must be signed in to change notification settings - Fork 16
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
Remove index to access descr #528
Conversation
Could you look into the conflicts? |
In the development of this pull request, I noticed that when a user calls
This suggests to me that we may want to maintain the functionality that the user can call |
As @kaushikcfd points out (#522), that functionality wasn't used for much. |
…atically build a dictionary for strings to access descriptor. Note that this may not be the exact same string as what the user passed in pt.einsum, but will be equivalent.
e00a1c6
to
550920a
Compare
…tato into remove_index_to_access_descr
Reopening pull request now that the merge conflicts have been resolved. |
…generator returned a string which contained spaces after the punctuation. It now no longer does.
…nctuation. So, I am adding those back in.
…einsum_specification. Update the code to use the new function.
Unsubscribing... @-mention or request review once it's ready for a look or needs attention. |
Co-authored-by: Andreas Klöckner <[email protected]>
Co-authored-by: Andreas Klöckner <[email protected]>
…ince we are removing that functionality.
Thx! |
Fixes #522