From f3f0f4194a301ff66218fab662397fa910c79116 Mon Sep 17 00:00:00 2001 From: Abdalaziz Rashid Date: Wed, 15 Jul 2020 16:14:47 +0300 Subject: [PATCH] Add: return the results --- Code/S_run_aifeynman.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/S_run_aifeynman.py b/Code/S_run_aifeynman.py index 76764f8..832f65c 100644 --- a/Code/S_run_aifeynman.py +++ b/Code/S_run_aifeynman.py @@ -217,4 +217,5 @@ def run_aifeynman(pathdir,filename,BF_try_time,BF_ops_file_type, polyfit_deg=3, else: save_data = np.column_stack((log_err,log_err_all,list_dt)) np.savetxt("results/solution_%s" %filename_orig,save_data,fmt="%s") + return save_data