Spaces:
Runtime error
Runtime error
Commit
·
bc1c913
1
Parent(s):
0fdddcb
Upload app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def ForeCastBE(target_seq,method,select_method):
|
|
133 |
f = open(cwd+"pytest1.py", "w")
|
134 |
f.write(str(b))
|
135 |
f.close()
|
136 |
-
command2 = 'python '+
|
137 |
#result = run(command2, stdout=PIPE, stderr=PIPE, universal_newlines=True, shell=True)
|
138 |
run(command2, stdout=PIPE, stderr=PIPE, universal_newlines=True, shell=True)
|
139 |
Forecast_BE_Res=pd.read_csv(res_fname)
|
|
|
133 |
f = open(cwd+"pytest1.py", "w")
|
134 |
f.write(str(b))
|
135 |
f.close()
|
136 |
+
command2 = 'python '+cwd+"pytest1.py"
|
137 |
#result = run(command2, stdout=PIPE, stderr=PIPE, universal_newlines=True, shell=True)
|
138 |
run(command2, stdout=PIPE, stderr=PIPE, universal_newlines=True, shell=True)
|
139 |
Forecast_BE_Res=pd.read_csv(res_fname)
|