enable kernel regression example test

This commit is contained in:
Roy Frostig 2019-11-20 14:25:09 -08:00
parent ee29705712
commit 1648435268

View File

@ -88,8 +88,6 @@ class ExamplesTest(jtu.JaxTestCase):
check_dtypes=False)
def testKernelRegressionTrainAndPredict(self):
# TODO(frostig): reenable this test.
self.skipTest("Test is broken")
n, d = 100, 20
rng = onp.random.RandomState(0)
truth = rng.randn(d)