mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
Make sure no Python modules mutually import each other. (#334)
This commit is contained in:
committed by
Philipp Moritz
parent
96a70e1316
commit
c27e6c076c
@@ -77,7 +77,7 @@ class MicroBenchmarkTest(unittest.TestCase):
|
||||
print " worst: {}".format(elapsed_times[999])
|
||||
# average_elapsed_time should be about 0.00087
|
||||
|
||||
ray.services.cleanup()
|
||||
ray.worker.cleanup()
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user