Add files via upload

This commit is contained in:
Silviu Marian Udrescu 2020-04-25 19:01:21 -04:00 committed by GitHub
parent 57f5df08d7
commit ebdd2a3941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,12 +189,9 @@ def run_aifeynman(pathdir,filename,BF_try_time,BF_ops_file_type, polyfit_deg=4,
continue
PA_list = PA.get_pareto_points()
print("test_1 ", PA_list)
for j in range(len(PA_list)):
print(PA_list[j][-1])
PA = add_snap_expr_on_pareto(pathdir,filename,PA_list[j][-1],PA, DR_file)
print("test_2 ", PA.get_pareto_points())
list_dt = np.array(PA.get_pareto_points())
data_file_len = len(np.loadtxt(pathdir+filename))
log_err = []