You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyband -f PROCAR
Traceback (most recent call last):
File "/home/awkum/SCRIPTS/pyband/pyband", line 710, in
kpath, bands, efermi, kpt_bounds, wkpts = get_bandInfo(opts.filename)
File "/home/awkum/SCRIPTS/pyband/pyband", line 192, in get_bandInfo
B = np.array([line.split()[-3:] for line in outcar[ibasis:ibasis+3]],
UnboundLocalError: local variable 'ibasis' referenced before assignment
The text was updated successfully, but these errors were encountered:
pyband -f PROCAR
Traceback (most recent call last):
File "/home/awkum/SCRIPTS/pyband/pyband", line 710, in
kpath, bands, efermi, kpt_bounds, wkpts = get_bandInfo(opts.filename)
File "/home/awkum/SCRIPTS/pyband/pyband", line 192, in get_bandInfo
B = np.array([line.split()[-3:] for line in outcar[ibasis:ibasis+3]],
UnboundLocalError: local variable 'ibasis' referenced before assignment
The text was updated successfully, but these errors were encountered: