change filenames and directory structure to use halo (#81)

This commit is contained in:
Robert Nishihara
2016-06-03 18:32:57 -07:00
committed by Philipp Moritz
parent b58eaf84ee
commit 67086f663e
41 changed files with 446 additions and 446 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
import argparse
import numpy as np
import orchpy
import orchpy.services as services
import orchpy.worker as worker
import halo
import halo.services as services
import halo.worker as worker
import test_functions
import arrays.single as single
import arrays.dist as dist
from grpc.beta import implementations
import orchestra_pb2
import halo_pb2
import types_pb2
TIMEOUT_SECONDS = 5