Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ms-public
cwseaoptifol
Commits
e537148f
Commit
e537148f
authored
Sep 18, 2016
by
Miroslav Shaltev
Browse files
Merge branch 'master' of gitlab.aei.uni-hannover.de:ms-public/cwseaoptifol
parents
2f6e224c
63715e0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/sa_mc_nomad.py
View file @
e537148f
...
...
@@ -10,9 +10,6 @@
#\copyright GPLv3
from
__future__
import
with_statement
from
optparse
import
OptionParser
import
ConfigParser
from
time
import
time
as
clock
...
...
@@ -29,7 +26,8 @@ import commands
import
sys
import
subprocess
from
scipy
import
stats
from
scipy.misc
import
*
from
scipy.misc
import
factorial
SECOND
=
1.
HOUR
=
3600.
*
SECOND
...
...
@@ -1641,6 +1639,10 @@ def main():
print
cmd
cmdout
=
commands
.
getoutput
(
cmd
)
print
cmdout
cmd
=
'cp %s/*.cache %s/%s/'
%
(
workdir
,
c
[
'targetdir'
],
tmpid
)
print
cmd
cmdout
=
commands
.
getoutput
(
cmd
)
print
cmdout
#final clean
shellrmdir
(
workdir
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment