ValueError:无法在python 2.7中广播来自形状的输入数组

时间:2018-08-14 06:00:13

标签: python numpy

我是使用python 2.7的新手。 我运行此命令

python plot_bands_gnu.py

但是得到

Traceback (most recent call last):
  File "plot_bands_gnu.py", line 16, in <module>
    ebands [:,ib] = databands[idx1:idx2,1]
ValueError: could not broadcast input array from shape (50) into shape (60)

如何解决这个问题?

0 个答案:

没有答案