add example functions to default worker (#210)

This commit is contained in:
Robert Nishihara
2016-07-05 14:39:42 -07:00
committed by Philipp Moritz
parent eff6924b7c
commit 529e86ce64
3 changed files with 28 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ import ray.worker as worker
import ray.array.remote as ra
import ray.array.distributed as da
import example_functions
DEFAULT_NUM_WORKERS = 10
DEFAULT_WORKER_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), "default_worker.py")