mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:32:11 +08:00
comment in test again
This commit is contained in:
@@ -83,7 +83,6 @@ class SerializationTest(unittest.TestCase):
|
||||
result = orchpy.lib.deserialize_object(capsule)
|
||||
self.assertTrue((a == result).all())
|
||||
|
||||
"""
|
||||
class OrchPyLibTest(unittest.TestCase):
|
||||
|
||||
def testOrchPyLib(self):
|
||||
@@ -109,7 +108,6 @@ class OrchPyLibTest(unittest.TestCase):
|
||||
self.assertEqual(result, 'hello world')
|
||||
|
||||
services.cleanup()
|
||||
"""
|
||||
|
||||
class ObjStoreTest(unittest.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user