mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
link libraries statically and make halo work on Mac OS X
This commit is contained in:
@@ -11,12 +11,6 @@ import os
|
||||
import halo.arrays.remote as ra
|
||||
import halo.arrays.distributed as da
|
||||
|
||||
from google.protobuf.text_format import *
|
||||
|
||||
from grpc.beta import implementations
|
||||
import halo_pb2
|
||||
import types_pb2
|
||||
|
||||
class ArraysSingleTest(unittest.TestCase):
|
||||
|
||||
def testMethods(self):
|
||||
|
||||
@@ -8,11 +8,6 @@ import time
|
||||
import subprocess32 as subprocess
|
||||
import os
|
||||
|
||||
from google.protobuf.text_format import *
|
||||
|
||||
import halo_pb2
|
||||
import types_pb2
|
||||
|
||||
import test_functions
|
||||
import halo.arrays.remote as ra
|
||||
import halo.arrays.distributed as da
|
||||
|
||||
Reference in New Issue
Block a user