Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix source id for example at the end of notebook 01 #237

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@
"cell_type": "markdown",
"id": "ca3bd322-7f67-43c4-8dae-dc47779462ee",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
Expand Down Expand Up @@ -1088,7 +1087,8 @@
"source": [
"# alternatively with a known source number\n",
"# note that this number might be different for you depending on pipeline versions and parameters changed.\n",
"source = 118\n",
"# source = 109 # if you want to specify the number\n",
"source = cat['label'][nearest_id] # to match the one chosen in this notebook\n",
"\n",
"wh_source = np.where(np.array(cat['label'] == source))[0][0]\n",
"\n",
Expand Down Expand Up @@ -1197,7 +1197,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.9.7"
}
},
"nbformat": 4,
Expand Down
Loading