-
Notifications
You must be signed in to change notification settings - Fork 53
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 tests for _fft_c2r function. #1198
Conversation
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1198 +/- ##
==========================================
- Coverage 78.68% 78.23% -0.46%
==========================================
Files 118 118
Lines 15436 15443 +7
Branches 2424 2426 +2
==========================================
- Hits 12146 12082 -64
- Misses 2892 2966 +74
+ Partials 398 395 -3 ☔ View full report in Codecov by Sentry. |
Thanks! I think I saw PyTorch errors with the test examples. Was there any test cases that need to be adjusted? |
Create custom tests of _fft_c2r() to help evaluating the fix to it in torch_lib. Fail them because the function doesn't work well yet.