Removing asdfasdf.txt

This commit is contained in:
Mehrdad
2016-06-20 16:51:18 -07:00
parent 0f9ce8a856
commit f8ab525ef0
2 changed files with 0 additions and 25 deletions
-7
View File
@@ -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