Skip to content

Commit d588bc4

Browse files
committed
added parallel result collection (fixed)
1 parent b5c1bd6 commit d588bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basicrta/cluster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ def collect_results(self, nproc=1):
104104
# result = self._single_residue(adir)
105105
# residue = adir.split('/')[-1]
106106
# self.residues[residue] = result
107-
except KeyboardInterrupt:
108-
pass
107+
except KeyboardInterrupt:
108+
pass
109109

110110
def get_taus(self):
111111
r"""Get :math:`\tau` and 95\% confidence interval bounds for the slowest

0 commit comments

Comments
 (0)