Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
update batch cell
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingdon committed Sep 22, 2023
1 parent c19f5bc commit f23e4e4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -723,8 +723,6 @@
}
],
"source": [
"import math\n",
"import time\n",
"jobs = []\n",
"batch_size = 5\n",
"current_batch_jobs = []\n",
Expand All @@ -740,7 +738,7 @@
" if all_done:\n",
" break\n",
" # clear current batch jobs for next batch \n",
" current_batch_jobs = [] "
" current_batch_jobs = [] "
]
},
{
Expand Down

0 comments on commit f23e4e4

Please sign in to comment.