Why are my operands not broadcasting together?

后端 未结 0 767
暗喜
暗喜 2021-02-10 20:27

The 3D array could not broadcast together with the shapes (100,180) (2937,100)

#scaffolding
xs = np.tile(np.arange(46,226), (100,1))
ys = np.tile(np.arange(1795,4         


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