Skip to content
Open
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
2 changes: 1 addition & 1 deletion tu-numpy-yarkoni/02-numpy-beyond-the-basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The new image has the same shape as the old one. It should, because it's just a copy of the old image, but with values less than or equal to 5,000 set to 0. It's easiest to understand what we just did by visualizing the two images side-by-side:"
"The new image has the same shape as the old one. It should, because it's just a copy of the old image, but with values less than or equal to 7,000 set to 0. It's easiest to understand what we just did by visualizing the two images side-by-side:"
]
},
{
Expand Down