Skip to content

Commit

Permalink
Increase default chunk size
Browse files Browse the repository at this point in the history
  • Loading branch information
sivonxay committed Nov 3, 2023
1 parent 082d821 commit d10bbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NanoParticleTools/differential_kinetics/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(self,
self.kwargs = kwargs
self._file = None

super().__init__(sources=None, targets=None, chunk_size=1, **kwargs)
super().__init__(sources=[], targets=[], chunk_size=1000, **kwargs)

def connect(self):
# Since we aren't using stores, do nothing
Expand Down

0 comments on commit d10bbbd

Please sign in to comment.