From cde154eda36076ade10766ac4b57897c1a57964d Mon Sep 17 00:00:00 2001 From: Graham Taylor Date: Wed, 3 Mar 2021 23:36:02 -0500 Subject: [PATCH] Non-empty is a hold over from the old code --- book/book.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/book.tex b/book/book.tex index 10b67ce7..519b19c2 100644 --- a/book/book.tex +++ b/book/book.tex @@ -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}