Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Tobias Langer
/
experiment
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
324d76cf
authored
8 years ago
by
Tobias Langer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup.
parent
ebe6db2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
runner.py
+0
-13
No files found.
runner.py
View file @
324d76cf
...
...
@@ -91,18 +91,5 @@ def main():
os
.
remove
(
experiment_file
)
shutil
.
rmtree
(
experiment
)
# with cd(experiment):
# try:
# p = Popen(['./' + experiment], stdout=PIPE)
# out, err = p.communicate()
# except Exception as e:
# print(e)
# print('Failed running experiment: {}', experiment,
# file=sys.stderr)
# sys.exit(1)
# with open(os.path.join('results', experiment + '.out'), 'w') as of:
# of.write(str(out))
if
__name__
==
'__main__'
:
main
()
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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