Skip to content

Commit 9b45f64

Browse files
authored
fix typo
1 parent cb8c1b3 commit 9b45f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/collections_demos/nlst_exploration.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@
13921392
"selection_df = client.sql_query(query)\n",
13931393
"\n",
13941394
"client.download_from_selection(\n",
1395-
" seriesInstanceUID=list(selection_df[\"SeriesInstanceUID\"].values[:10]),\n",
1395+
" seriesInstanceUID=list(selection_df[\"SeriesInstanceUID\"].values),\n",
13961396
" downloadDir=\".\",\n",
13971397
")"
13981398
],
@@ -1488,4 +1488,4 @@
14881488
},
14891489
"nbformat": 4,
14901490
"nbformat_minor": 0
1491-
}
1491+
}

0 commit comments

Comments
 (0)