-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
EHN: ACOSH added in paddle.tensor.tensor.Tensor class from acosh #16007form list of function #15115 #16040
Conversation
@RickSanchezStoic I manually resolved the merge conflicts on GitHub, which is why the pre-commit check failed. |
@MuhammadNizamani Can you try resolving the merge conflicts? Otherwise looks good to me. |
@RashulChutani The tests don't seem to be picking up, can you confirm once? |
@RickSanchezStoic I think it was marge conflict and i have resolveed it |
@RashulChutani It's still not picking up tests, even after resolving merge conflicts, please have a look. Thanks! |
@RickSanchezStoic which tests you are talking about? |
|
@RickSanchezStoic it's been mounth could please review this |
@RickSanchezStoic review this please |
@RashulChutani will they need to create a new pr because the tests still don't seem to be picking up ? |
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.
Hey @MuhammadNizamani
Would you resolve the merge conflicts for CI run
@hirwa-nshuti I have resolve the merge conflict |
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.
Looks good to me😊
Going to merge
I have added acosh in Tensor class. Closed #16007