# Storing of numerical errors, mesh sizes and diagonal values
for filename in meshList:
error_p_tab[i], error_u_tab[i], mesh_size_tab[i], t_final[i], ndt_final[i], max_vel[i], diag_data_press[i], diag_data_vel[i], time_tab[i], cond_number[i] = WaveSystemPStag.solve_file(mesh_path+filename, mesh_name, resolution,scaling,meshType,testColor,cfl,"Periodic")
- assert max_vel[i]>0.8 4 and max_vel[i]<1.1
+ assert max_vel[i]>0.8 and max_vel[i]<1.1
error_p_tab[i]=log10(error_p_tab[i])
error_u_tab[i]=log10(error_u_tab[i])
time_tab[i]=log10(time_tab[i])