From ebdd2a3941d3e955b8da7fb096247a47567123bb Mon Sep 17 00:00:00 2001 From: Silviu Marian Udrescu Date: Sat, 25 Apr 2020 19:01:21 -0400 Subject: [PATCH] Add files via upload --- Code/S_run_aifeynman.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Code/S_run_aifeynman.py b/Code/S_run_aifeynman.py index 7f09f78..c98aeef 100644 --- a/Code/S_run_aifeynman.py +++ b/Code/S_run_aifeynman.py @@ -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 = []