time/math/datatype are not used/defined any more
This commit is contained in:
parent
4a58fd98f9
commit
741032339e
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: UTF-8 no BOM -*-
|
# -*- coding: UTF-8 no BOM -*-
|
||||||
|
|
||||||
import os,sys,time,copy
|
import os,sys,copy
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import damask
|
import damask
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: UTF-8 no BOM -*-
|
# -*- coding: UTF-8 no BOM -*-
|
||||||
|
|
||||||
import os,sys,math
|
import os,sys
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
import damask
|
import damask
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: UTF-8 no BOM -*-
|
# -*- coding: UTF-8 no BOM -*-
|
||||||
|
|
||||||
import os,sys,math
|
import os,sys
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
import damask
|
import damask
|
||||||
|
|
|
@ -66,7 +66,7 @@ for name in filenames:
|
||||||
for i,dim in enumerate(table.label_dimension(options.data)):
|
for i,dim in enumerate(table.label_dimension(options.data)):
|
||||||
label = options.data[i]
|
label = options.data[i]
|
||||||
if dim == -1:
|
if dim == -1:
|
||||||
remarks.append('{} "{}" not found...'.format(datatype,me))
|
remarks.append('"{}" not found...'.format(label))
|
||||||
elif dim == 3:
|
elif dim == 3:
|
||||||
remarks.append('adding vector "{}"...'.format(label))
|
remarks.append('adding vector "{}"...'.format(label))
|
||||||
active['vector'].append(label)
|
active['vector'].append(label)
|
||||||
|
|
Loading…
Reference in New Issue