I get different values from the same array when I chose only one item

前端 未结 0 451
醉酒成梦
醉酒成梦 2021-01-15 03:43

this is what I am doing:

 delta_list = [[ abs(daily_2016[y,1] - avg_max_array[y,1])] for y in day_of_years ]
delta = np.array(delta_list)
delta.shape # (366,)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题