Skip to content

Commit

Permalink
pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
bstabler committed Aug 6, 2021
1 parent 1997ccb commit 7964b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activitysim/core/chunk.py
Expand Up @@ -69,9 +69,9 @@
but we do use the row_size from cache which we trust is stable
(the whole point of MODE_PRODUCTION is to avoid the cost of observing overhead)
which is stored in self.initial_row_size because initial_rows_per_chunk used it for the first chunk
MODE_CHUNKLESS
Do not do chunking, and also do not check or log memory usage, so ActivitySim can focus on performance
Do not do chunking, and also do not check or log memory usage, so ActivitySim can focus on performance
assuming there is abundant RAM.
"""

Expand Down

0 comments on commit 7964b91

Please sign in to comment.