Created
March 23, 2020 23:28
-
-
Save deanwampler/abd18b7067179e77479958eeeb930e20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ray, time | |
ray.init() | |
# A function that "stays busy" for some number of seconds | |
def busy(i): | |
time.sleep(i) | |
return i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment