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

add four backend method tests,including 'sin','cos','copy' and 'power' #105

Closed

Conversation

ritualOne
Copy link

the change allows us to test four new methods

tc.backend.power(arr,6),
np.power(arr,6),
atol=1e-5
)
Copy link
Contributor

Choose a reason for hiding this comment

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

could these two methods tests also move to test_backend_method_2? namely, whether currently pytorch backend supports these two methods

Copy link
Author

Choose a reason for hiding this comment

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

yes,change will be committed soon

Copy link
Contributor

@refraction-ray refraction-ray left a comment

Choose a reason for hiding this comment

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

failed black now, please run black locally to ensure the code format

@refraction-ray
Copy link
Contributor

closed as replaced by #109

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