Add back some tests for xray. (#2772)

This commit is contained in:
Robert Nishihara
2018-08-30 11:07:23 -07:00
committed by Philipp Moritz
parent 9f06c19edd
commit 32f7d6fcf5
4 changed files with 14 additions and 18 deletions
-4
View File
@@ -2,7 +2,6 @@ from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import os
import numpy as np
from numpy.testing import assert_equal, assert_almost_equal
import sys
@@ -75,9 +74,6 @@ class DistributedArrayTest(unittest.TestCase):
np.zeros([da.BLOCK_SIZE, da.BLOCK_SIZE])
]))
@unittest.skipIf(
os.environ.get("RAY_USE_XRAY") == "1",
"This test does not work with xray yet.")
def testMethods(self):
for module in [
ra.core, ra.random, ra.linalg, da.core, da.random, da.linalg