Skip to content

Commit 48ff088

Browse files
committed
add chunk size logging
1 parent ac305c8 commit 48ff088

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

activitysim/core/chunk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,7 @@ def adaptive_chunked_choosers(
12441244
chunk_size = math.ceil(num_choosers * explicit_chunk_size)
12451245
else:
12461246
chunk_size = math.ceil(explicit_chunk_size / num_processes)
1247+
logger.info(f"Running {trace_label} with {chunk_size} choosers")
12471248
elif chunk_size is None:
12481249
chunk_size = state.settings.chunk_size
12491250

0 commit comments

Comments
 (0)