removed unused imports
This commit is contained in:
parent
cd86a80c2b
commit
a00853cd75
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
import os,sys
|
||||
import os
|
||||
import glob
|
||||
from subprocess import call
|
||||
|
||||
|
@ -10,7 +10,6 @@ postResults = 'postResults --cr f,p --split --separation x,y,z '+geom_name+'.spe
|
|||
sts = call(postResults, shell=True)
|
||||
|
||||
os.chdir('./postProc/')
|
||||
env = os.environ
|
||||
ascii_files = glob.glob(geom_name+'_inc*.txt')
|
||||
print ascii_files
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
import os
|
||||
|
||||
from subprocess import call
|
||||
|
||||
|
||||
call('DAMASK_spectral -l tensionX.load -g 20grains16x16x16.geom', shell=True)
|
Loading…
Reference in New Issue