mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
put back large python object tests (commented out) (#636)
This commit is contained in:
committed by
Robert Nishihara
parent
301e0b0db8
commit
6adf39959c
@@ -33,3 +33,17 @@ if __name__ == "__main__":
|
||||
del C
|
||||
del c
|
||||
print("Successfully put C.")
|
||||
|
||||
# D = (2 ** 30 + 1) * ["h"]
|
||||
# d = ray.put(D)
|
||||
# assert ray.get(d) == D
|
||||
# del D
|
||||
# del d
|
||||
# print("Successfully put D.")
|
||||
|
||||
# E = (2 ** 30 + 1) * ("i",)
|
||||
# e = ray.put(E)
|
||||
# assert ray.get(e) == E
|
||||
# del E
|
||||
# del e
|
||||
# print("Successfully put E.")
|
||||
|
||||
Reference in New Issue
Block a user