Amit commited on
Commit
294e2a9
·
1 Parent(s): ebc6805

Plot display updated.

Browse files
plot_scripts/plot_display_com_prec.py CHANGED
@@ -64,7 +64,7 @@ def abs_time_pack(task, package, cc, N_end):
64
 
65
  fig, ax = plt.subplots()
66
 
67
- if os.path.isfile(dat_fst) and os.path.isfile(dat_fmt):
68
  plot_comp_data_n_arr(N_arr, dat_dp, dat_dp, package+'_'+task+'_{}_'.format(cc)+'dp')
69
  plot_comp_data_n_arr(N_arr, dat_dp, dat_sp, package+'_'+task+'_{}_'.format(cc)+'sp')
70
 
 
64
 
65
  fig, ax = plt.subplots()
66
 
67
+ if os.path.isfile(dat_dp) and os.path.isfile(dat_sp):
68
  plot_comp_data_n_arr(N_arr, dat_dp, dat_dp, package+'_'+task+'_{}_'.format(cc)+'dp')
69
  plot_comp_data_n_arr(N_arr, dat_dp, dat_sp, package+'_'+task+'_{}_'.format(cc)+'sp')
70