From 90cf4991e83a21a3bfc37283fc6733f9fbfa9908 Mon Sep 17 00:00:00 2001 From: Caleb Robinson Date: Fri, 24 Feb 2017 10:04:34 -0500 Subject: [PATCH] 0. Fixed docstring that was causing latex error --- pysal/esda/mapclassify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysal/esda/mapclassify.py b/pysal/esda/mapclassify.py index aac2bcc92..5e7c46c92 100644 --- a/pysal/esda/mapclassify.py +++ b/pysal/esda/mapclassify.py @@ -392,7 +392,7 @@ class Map_Classifier(object): .. math:: - C_j^l < y_i \le C_j^u \ \forall i \in C_j + C_j^l < y_i \le C_j^u \ \ \\forall i \in C_j where :math:`C_j` denotes class :math:`j` which has lower bound :math:`C_j^l` and upper bound :math:`C_j^u`.