Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
comment out debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
DaisukeMiyamoto committed Feb 15, 2017
1 parent 589e27d commit c773abc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .idea/bah2016_registration.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions registration/ParaRegistration.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-

import os
from ipyparallel import Client


Expand All @@ -21,7 +20,7 @@ def do_parallel(self, func, arg_list):

rs = self.load_balanced_view.map_async(func, arg_list)
rs.wait_interactive()
print rs.result()
# print rs.result()

def do_single(self, func, arg_list):
print('# of job : %d' % len(arg_list))
Expand All @@ -31,7 +30,6 @@ def do_single(self, func, arg_list):

if __name__ == '__main__':
def wrap_registration(filename):
import os
import sys
registration_source_path = '/data/registration/bah2016_registration/registration'
sys.path.append(registration_source_path)
Expand Down

0 comments on commit c773abc

Please sign in to comment.