- 
                Notifications
    You must be signed in to change notification settings 
- Fork 25.7k
Adds NumPy array x Torch tensor binary ufunc interaction test #35945
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
Conversation
| 💊 Build failures summary and remediationsAs of commit fe2f015 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker. This comment has been revised 16 times. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mruberry has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
…h#35945) Summary: Adds test for behavior reported in pytorch#35257 to ensure it doesn't regress. The test was extended to reveal three additional issues: - pytorch#36363 - pytorch#36058 - pytorch#36057 Pull Request resolved: pytorch#35945 Differential Revision: D20984429 Pulled By: mruberry fbshipit-source-id: a15be9455afba9c77e40c337a860f9be348bf8d5
Adds test for behavior reported in #35257 to ensure it doesn't regress. The test was extended to reveal three additional issues: