mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
enable kernel regression example test
This commit is contained in:
parent
ee29705712
commit
1648435268
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user