我是使用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)
如何解决这个问题?