Skip to content

Commit

Permalink
default nproc 0 not None
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 9, 2024
1 parent 89aaa64 commit e5d2048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/dynamics/clustenm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ def run(self, cutoff=15., n_modes=3, gamma=1., n_confs=50, rmsd=1.0,
self._sparse = kwargs.get('sparse', False)
self._kdtree = kwargs.get('kdtree', False)
self._turbo = kwargs.get('turbo', False)
self._nproc = kwargs.pop('nproc', None)
self._nproc = kwargs.pop('nproc', 0)
if kwargs.get('zeros', False):
LOGGER.warn('ClustENM cannot use zero modes so ignoring this kwarg')

Expand Down

0 comments on commit e5d2048

Please sign in to comment.