indicating vectors with 1_, ..., n_ is standard now, "euler" also (more or less)

This commit is contained in:
Martin Diehl 2018-02-05 17:34:08 +01:00
parent b455fcd0a3
commit ba3a4e1254
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ for name in filenames:
table.head_read()
errors = []
labels = ['phi1','Phi','phi2','intensity']
labels = ['1_euler','2_euler','3_euler','intensity']
for i,index in enumerate(table.label_index(labels)):
if index < 0: errors.append('label {} not present.'.format(labels[i]))