mirror of
https://github.com/wassname/ray.git
synced 2026-07-26 13:37:24 +08:00
committed by
Robert Nishihara
parent
420bcc0477
commit
93e6c9947b
+2
-1
@@ -15,7 +15,8 @@ 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), u"\u262F",
|
||||
{True: "hello", False: "world"},
|
||||
{"hello" : "world", 1: 42, 1.0: 45}, {},
|
||||
{"hello" : "world", 1: 42, 1.0: 45}, {}, {(): ()},
|
||||
{(1, 2): 1}, {(): [1, 2, "hi"]}, (), [], [()], ((),),
|
||||
np.int8(3), np.int32(4), np.int64(5),
|
||||
np.uint8(3), np.uint32(4), np.uint64(5),
|
||||
np.float32(1.0), np.float64(1.0)]
|
||||
|
||||
Vendored
+1
-1
Submodule thirdparty/numbuf updated: 7b548bddd3...74406e92e4
Reference in New Issue
Block a user