int and long should be treated similarly (#220)

This commit is contained in:
mehrdadn
2016-07-06 17:31:58 -07:00
committed by Philipp Moritz
parent 5412d3c773
commit 199b4efd50
5 changed files with 35 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import test_functions
import ray.array.remote as ra
import ray.array.distributed as da
RAY_TEST_OBJECTS = [[1, "hello", 3.0], 42, "hello world", 42.0,
RAY_TEST_OBJECTS = [[1, "hello", 3.0], 42, 43L, "hello world", 42.0, 1L << 62,
(1.0, "hi"), None, (None, None), ("hello", None),
True, False, (True, False),
{True: "hello", False: "world"},