corrected addDivergence script. Restarting still not working for new state, needs further investigations: tightend tolerances again
This commit is contained in:
parent
e01630e073
commit
0b93e7c5a5
|
@ -124,8 +124,8 @@ for file in files:
|
||||||
for datatype,labels in active.items(): # loop over vector,tensor
|
for datatype,labels in active.items(): # loop over vector,tensor
|
||||||
for label in labels:
|
for label in labels:
|
||||||
for accuracy in options.accuracy:
|
for accuracy in options.accuracy:
|
||||||
table.labels_append({False: ['%i_div%s(%s)'%(i+1,accuracy,label) for i in xrange(3)], # extend ASCII header with new labels
|
table.labels_append({True: ['%i_div%s(%s)'%(i+1,accuracy,label) for i in xrange(3)], # extend ASCII header with new labels
|
||||||
{True: ['div%s(%s)'%(accuracy,label)]} [datatype == 'tensor'])
|
False:['div%s(%s)'%(accuracy,label)]} [datatype == 'tensor'])
|
||||||
table.head_write()
|
table.head_write()
|
||||||
|
|
||||||
# ------------------------------------------ read value field --------------------------------------
|
# ------------------------------------------ read value field --------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue