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 book/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7263,7 +7263,7 @@ \section{Implementation of Schelling's model}
\end{code}

Then I use \py{correlate2d} to count, for each location,
the number of neighboring cells that are red, blue, and non-empty.
the number of neighboring cells that are red, blue, and empty.
We saw \py{correlate2d} in Section~\ref{implife}.

\index{SciPy}
Expand Down