[Test Failure] test_batch_whitened_svgp_gp_regression
See original GitHub issueGetting the following test failure on master:
AssertionError: 0.14334218204021454 not less than 0.1
File "/usr/local/fbcode/gcc-5-glibc-2.23/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/local/fbcode/gcc-5-glibc-2.23/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
File "/data/users/balandat/fbsource/fbcode/buck-out/dev/gen/pytorch/gpytorch/test_gpytorch_examples#binary,link-tree/test/examples/test_batch_whitened_svgp_gp_regression.py", line 167, in test_regression_error_cuda
self.assertLess(mean_abs_error2.item(), 1e-1)
File "/usr/local/fbcode/gcc-5-glibc-2.23/lib/python3.6/unittest/case.py", line 1208, in assertLess
self.fail(self._formatMessage(msg, standardMsg))
File "/usr/local/fbcode/gcc-5-glibc-2.23/lib/python3.6/unittest/case.py", line 670, in fail
raise self.failureException(msg)
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
"Test suite failed to run" does not report as a test failure in the ...
Jest tests don't stop due to a suite failure unless running with the bail option. Console. PS C:\Users\Paul\Documents\GitHub\jest-junit-testcase> npm run test ...
Read more >Screenshot & Video On Test Failure | Playwright Tutorial
Exclusive content:1. Screenshot on test failure2. Video on test failure3. Retry on test failureSource ...
Read more >How to build a jar using maven, ignoring test results? [duplicate]
I finding the need to not ignore actual failures, but ignore errors (which may not actually cause the test to "fail") in some...
Read more >Writing Automated Integration Tests for Failure Scenarios
In this blog, I will introduce the process I went through to diagnose the bug and determine the correct integration test solution to...
Read more >Newest 'failing-tests' Questions - Salesforce Stack Exchange
A unit test is code that is written and executed to test a specific portion/unit of source code. Tests that do not pass...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Somehow running the unittest locally fails but the Travis CI passes? Maybe the difference is from using CUDA?
closed by #493