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