Bug in the tutorial: simplices = [] -> simplices = Filtration() dev
authorDmitriy Morozov <dmitriy@mrzv.org>
Mon, 05 Jul 2010 23:51:26 -0700
branchdev
changeset 211 347b3461965a
parent 210 e84354d3a6c9
child 212 291f6edf27b9
Bug in the tutorial: simplices = [] -> simplices = Filtration()
doc/tutorial.rst
--- a/doc/tutorial.rst	Tue Apr 13 09:09:04 2010 -0700
+++ b/doc/tutorial.rst	Mon Jul 05 23:51:26 2010 -0700
@@ -55,7 +55,7 @@
 restricted to a :math:`k`-skeleton of the complex and some maximal parameter
 :math:`max`. In the following example :math:`k = 3` and :math:`max = 50`::
 
-    simplices = []
+    simplices = Filtration()
     rips.generate(3, 50, simplices.append)
 
 :meth:`Rips.generate` takes a skeleton and a maximum distance cutoffs, and a