Skip to content

Commit

Permalink
DOC: remove superfluous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Feb 25, 2021
1 parent 4b9be51 commit 7f050b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hnn_core/parallel_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ def simulate(self, net, n_trials, postproc=True):
"""

# just use the joblib backend for a single core
# XXX this does not work: if n_procs==1, empty dipole list returned
if self.n_procs == 1:
return JoblibBackend(n_jobs=1).simulate(net, n_trials=n_trials,
postproc=postproc)
Expand Down

0 comments on commit 7f050b9

Please sign in to comment.