mirror of
https://github.com/wassname/ray.git
synced 2026-07-15 11:25:40 +08:00
Fetch the object after requesting reconstruction during ray.get (#301)
* Fetch the object after requesting reconstruction during ray.get * revert * Fix documentation and memory leak * Fix hanging reconstruction bug * Fix for python3
This commit is contained in:
committed by
Robert Nishihara
parent
2220a33b62
commit
334aed9fa9
@@ -154,7 +154,7 @@ class ReconstructionTests(unittest.TestCase):
|
||||
ray.worker._init(address_info=address_info, start_ray_local=True,
|
||||
num_workers=self.num_local_schedulers,
|
||||
num_local_schedulers=self.num_local_schedulers,
|
||||
num_cpus=100)
|
||||
num_cpus=[1] * self.num_local_schedulers)
|
||||
|
||||
def tearDown(self):
|
||||
self.assertTrue(ray.services.all_processes_alive())
|
||||
|
||||
Reference in New Issue
Block a user