Bastien Sevajol 7 anos atrás
pai
commit
3134f33bd8
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      synergine2/processing.py

+ 0 - 2
synergine2/processing.py Ver arquivo

@@ -22,8 +22,6 @@ class ProcessManager(object):
22 22
             chunks = self._chunk_manager.make_chunks(data)
23 23
             results = manager.dict()
24 24
 
25
-            # TODO: retrouver tests pour savoir si
26
-            # les keeped alive sont mieux
27 25
             for process_number in range(self._process_count):
28 26
                 processes.append(Process(
29 27
                     target=self._job_maker_wrapper,