-
Notifications
You must be signed in to change notification settings - Fork 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
Added warning to the documentation of F_pil and F_t functions (2547) #2664
Added warning to the documentation of F_pil and F_t functions (2547) #2664
Conversation
- Added warning to the documentation of F_pil and F_t functions
Codecov Report
@@ Coverage Diff @@
## master #2664 +/- ##
==========================================
- Coverage 72.41% 72.23% -0.19%
==========================================
Files 95 95
Lines 8245 8399 +154
Branches 1308 1366 +58
==========================================
+ Hits 5971 6067 +96
- Misses 1858 1920 +62
+ Partials 416 412 -4
Continue to review full report at Codecov.
|
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.
Thanks a lot!
There is a copy-paste issue, otherwise the PR is good to merge after this is fixed
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.
Thanks a lot!
…ytorch#2664) * Fixes pytorch#2547 - Added warning to the documentation of F_pil and F_t functions * Update functional_tensor.py
…ytorch#2664) * Fixes pytorch#2547 - Added warning to the documentation of F_pil and F_t functions * Update functional_tensor.py
Fixes #2547
Description