fixed material.config of elastic tests to run with new error, currently to strict, needs fix

removed long spectral example test from list of daily tests
This commit is contained in:
Martin Diehl 2013-09-20 16:23:52 +00:00
parent ad32aa3ced
commit 9f39405adf
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ class Material():
def __repr__(self): def __repr__(self):
me = [] me = []
for part in self.parts: for part in self.parts:
print('doing',part) print('doing '+part)
me += ['','#-----------------------------#','<%s>'%part,'#-----------------------------#',] me += ['','#-----------------------------#','<%s>'%part,'#-----------------------------#',]
for section in self.data[part]['__order__']: for section in self.data[part]['__order__']:
me += ['','[%s] %s'%(section,'-'*max(0,27-len(section))),'',] me += ['','[%s] %s'%(section,'-'*max(0,27-len(section))),'',]