Skip to content

Commit

Permalink
remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
bwentl committed Jul 18, 2024
1 parent 11016c5 commit 25917eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activitysim/core/chunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,8 +1234,6 @@ def adaptive_chunked_choosers(

num_choosers = len(choosers.index)

num_choosers = len(choosers.index)

if state.settings.chunk_training_mode == MODE_EXPLICIT:
if explicit_chunk_size < 1:
chunk_size = math.ceil(num_choosers * explicit_chunk_size)
Expand Down

0 comments on commit 25917eb

Please sign in to comment.