mirror of
https://github.com/wassname/ray.git
synced 2026-08-13 12:30:18 +08:00
make it possible to serialize tuples
This commit is contained in:
@@ -65,6 +65,7 @@ class SerializationTest(unittest.TestCase):
|
||||
self.roundTripTest(42)
|
||||
self.roundTripTest("hello world")
|
||||
self.roundTripTest(42.0)
|
||||
self.roundTripTest((1.0, "hi"))
|
||||
|
||||
a = np.zeros((100, 100))
|
||||
res = orchpy.lib.serialize_object(a)
|
||||
|
||||
Reference in New Issue
Block a user