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

Fix catch_errors flag and check axes of expand_dims in einsum optimizer #2276

Closed
wants to merge 3 commits into from

Conversation

acmore
Copy link

@acmore acmore commented Dec 14, 2023

No description provided.

@fatcat-z
Copy link
Collaborator

Could you please open a new issue and add some details of how you met this problem?

@@ -373,6 +373,8 @@ def _compute_output_row_expand_dims(self, row, row2=None, ab=False):
self._check_row_(row, True)
self._check_arg_('axes', tuple)
axes = self.kwargs['axes']
if not axes:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has broken current tests. Please see if this is really required by failed tests. Thanks.

@acmore acmore closed this Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants