Add files via upload

This commit is contained in:
Silviu Marian Udrescu 2020-03-24 15:36:29 -04:00 committed by GitHub
parent fe3843665a
commit def13c9018
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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