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: Fixed failing docstring tests #28172

Merged
merged 57 commits into from
Feb 7, 2024

Conversation

Sai-Suraj-27
Copy link
Contributor

@Sai-Suraj-27 Sai-Suraj-27 commented Feb 4, 2024

PR Description

Fixed failing docstring tests of > 55 functions and updated the skip_temp_list.

The docstring tests workflow is successfully passing for all 4 backends.

image

Related Issue

Closes #28135
Closes #28167

Checklist

  • Did you add a function?
  • Did you add the tests?
  • Did you run your tests and are your tests passing?
  • Did pre-commit not fail on any check?
  • Did you follow the steps we provided?

Socials

@ivy-leaves ivy-leaves added Array API Conform to the Array API Standard, created by The Consortium for Python Data API Standards Ivy API Experimental Run CI for testing API experimental/New feature or request Ivy Functional API labels Feb 4, 2024
Copy link
Contributor

@vedpatwardhan vedpatwardhan left a comment

Choose a reason for hiding this comment

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

Hey @Sai-Suraj-27, thanks for creating the PR, just requested a few changes 😄

ivy/functional/backends/numpy/linear_algebra.py Outdated Show resolved Hide resolved
ivy/functional/backends/tensorflow/elementwise.py Outdated Show resolved Hide resolved
ivy/functional/backends/torch/general.py Outdated Show resolved Hide resolved
ivy/functional/backends/torch/linear_algebra.py Outdated Show resolved Hide resolved
ivy/functional/ivy/creation.py Outdated Show resolved Hide resolved
ivy/functional/ivy/creation.py Outdated Show resolved Hide resolved
ivy/functional/ivy/data_type.py Outdated Show resolved Hide resolved
@Sai-Suraj-27
Copy link
Contributor Author

Hey, @vedpatwardhan. I made the requested changes, and all the backends are also passing now.
image

Copy link
Contributor

@vedpatwardhan vedpatwardhan left a comment

Choose a reason for hiding this comment

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

lgtm! Feel free to merge the PR, thanks @Sai-Suraj-27 😄

@Sai-Suraj-27 Sai-Suraj-27 merged commit 1f5876b into Transpile-AI:main Feb 7, 2024
134 of 140 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Array API Conform to the Array API Standard, created by The Consortium for Python Data API Standards Ivy API Experimental Run CI for testing API experimental/New feature or request Ivy Functional API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Ivy Failing Test: tensorflow - layers.rfftn Fixing the failing docstring tests
4 participants