From def13c90184514a839e4898496fc92f7b83f0c3e Mon Sep 17 00:00:00 2001 From: Silviu Marian Udrescu Date: Tue, 24 Mar 2020 15:36:29 -0400 Subject: [PATCH] Add files via upload --- Code/S_run_aifeynman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/S_run_aifeynman.py b/Code/S_run_aifeynman.py index a5c62e2..fae5026 100644 --- a/Code/S_run_aifeynman.py +++ b/Code/S_run_aifeynman.py @@ -215,4 +215,4 @@ def run_aifeynman(pathdir,filename,BF_try_time,BF_ops_file_type, polyfit_deg=4, save_data = np.column_stack((test_errors,log_err,log_err_all,list_dt)) else: save_data = np.column_stack((log_err,log_err_all,list_dt)) - np.savetxt("results/solution_%s.txt" %filename_orig,save_data,fmt="%s") + np.savetxt("results/solution_%s" %filename_orig,save_data,fmt="%s")