Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Apr 1, 2024
1 parent 83070eb commit 57e9908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reV/generation/base.py
Expand Up @@ -1135,6 +1135,7 @@ def _pre_split_pc(self, pool_size=None):
.format(len(pc_chunks), [len(x) for x in pc_chunks]))
return N, pc_chunks

# pylint: disable=unused-argument
def _reduce_kwargs(self, pc, **kwargs):
"""Placeholder for functions that need to reduce the global kwargs that
they send to workers to reduce memory footprint
Expand Down

0 comments on commit 57e9908

Please sign in to comment.