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

Implementing logical_or to pytorch frontend #13590

Merged
merged 6 commits into from
Apr 5, 2023
Merged

Conversation

AniTho
Copy link
Contributor

@AniTho AniTho commented Apr 1, 2023

Close #13589

@ivy-leaves ivy-leaves added the PyTorch Frontend Developing the PyTorch Frontend, checklist triggered by commenting add_frontend_checklist label Apr 1, 2023
@@ -3032,6 +3032,40 @@ def test_torch_instance_logical_and(
on_device=on_device,
)

Copy link
Contributor

@ZoeCD ZoeCD Apr 2, 2023

Choose a reason for hiding this comment

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

Just two small lint errors, but other than that LGTM! 😊

ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py:3036:1: E302 expected 2 blank lines, found 1
ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py:3071:1: E302 expected 2 blank lines, found 1

@AniTho
Copy link
Contributor Author

AniTho commented Apr 3, 2023

Corrected lint error as requested.

@AniTho AniTho requested a review from ZoeCD April 3, 2023 08:55
@ZoeCD ZoeCD merged commit cbeb3d5 into ivy-llc:master Apr 5, 2023
MuhammedAshraf2020 pushed a commit to MuhammedAshraf2020/ivy that referenced this pull request Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PyTorch Frontend Developing the PyTorch Frontend, checklist triggered by commenting add_frontend_checklist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

logical_or
3 participants