mirror of
https://github.com/wassname/ray.git
synced 2026-07-31 12:41:01 +08:00
Removing asdfasdf.txt
This commit is contained in:
@@ -4,13 +4,6 @@ import numpy as np
|
||||
|
||||
# Test simple functionality
|
||||
|
||||
@ray.remote([str], [str])
|
||||
def print_string(string):
|
||||
print "called print_string with", string
|
||||
f = open("asdfasdf.txt", "w")
|
||||
f.write("successfully called print_string with argument {}.".format(string))
|
||||
return string
|
||||
|
||||
@ray.remote([int, int], [int, int])
|
||||
def handle_int(a, b):
|
||||
return a + 1, b + 1
|
||||
|
||||
Reference in New Issue
Block a user