-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Simplify F.deconvolution_2d
test
#6498
Conversation
@Crissman Can you please review this? |
Jenkins, test this please. |
Jenkins CI test (for commit cf441af, target branch master) failed with status FAILURE. |
Jenkins shows 10+ errors on the Deconvolution_2Dd tests, so we need to confirm whether relevant or not. |
@Crissman I think the tolerances need to be adjusted again. |
@Crissman I am unable to reproduce the errors on my system. |
Ok. Let's retest with Jenkins. Jenkins, test this please. |
Jenkins CI test (for commit cf441af, target branch master) failed with status FAILURE. |
Jenkins still showing Deconvolution2D results off: Need to look to see the cause of discrepancy. |
Simplifies `test_deconvolution_2d` using `testing.FunctionTestCase`.
@Crissman I have added the tolerances for |
Jenkins, test this please. |
Jenkins CI test (for commit 57da88e, target branch master) failed with status FAILURE. |
Merging. |
Oops. Merged before clear on the error tolerances. Unmerging. 😓 |
FYI, I found some flakiness in test_deconvolution_2d and test_deconvolution_nd tests: |
Simplifies
test_deconvolution_2d
usingtesting.FunctionTestCase
.Solves part of issue #6071