Skip to content

Commit

Permalink
fixes 27
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Oct 17, 2024
1 parent 0eab98b commit a952a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data/client2.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def job_generator(start, blocks, step, mode, strategy):
Path(batch_file).write_text(json.dumps(batch_data, indent=2))

batch_weight = calculate_batch_weight(batch_data, mode)
yield Job(height, step, mode, batch_file), batch_weight
yield Job(height, step, mode, batch_weight, batch_file), batch_weight


# Function to process a batch
Expand Down

0 comments on commit a952a0e

Please sign in to comment.