Skip to content

Commit

Permalink
docs: Update execution counts in Tutorial.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 21, 2024
1 parent ff11711 commit ca80e28
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions docs/Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -433,7 +433,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand All @@ -459,7 +459,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand All @@ -480,7 +480,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"Downloading 5 series: 100%|██████████| 5/5 [00:23<00:00, 4.69s/it]"
"Downloading 5 series: 100%|██████████| 5/5 [00:26<00:00, 5.31s/it]"
]
},
{
Expand Down Expand Up @@ -545,21 +545,14 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Downloading 5 series: 0%| | 0/5 [00:00<?, ?it/s]"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Downloading 5 series: 100%|██████████| 5/5 [00:17<00:00, 3.53s/it]\n"
"Downloading 5 series: 100%|██████████| 5/5 [00:18<00:00, 3.69s/it]\n"
]
},
{
Expand All @@ -568,7 +561,7 @@
"True"
]
},
"execution_count": 16,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -578,7 +571,7 @@
" seriesUIDS[0:5], \n",
" downloadDir, \n",
" filePattern=\"%PatientName/%SeriesNumber-%SeriesInstanceUID/%InstanceNumber-%SOPInstanceUID.dcm\",\n",
" overwrite=True, nParallel=4)"
" overwrite=True, nParallel=5)"
]
},
{
Expand Down

0 comments on commit ca80e28

Please sign in to comment.