Add: return the results

This commit is contained in:
Abdalaziz Rashid 2020-07-15 16:14:47 +03:00
parent c63b82de39
commit f3f0f4194a

View file

@ -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