Uncommented tutorial.py
authorDmitriy Morozov <dmitriy@mrzv.org>
Tue, 12 Jun 2012 22:35:53 -0700
changeset 1 a0e045bf9248
parent 0 337c84a13184
child 2 4b3728f0d920
Uncommented tutorial.py
tutorial.py
--- a/tutorial.py	Tue Jun 12 22:22:00 2012 -0700
+++ b/tutorial.py	Tue Jun 12 22:35:53 2012 -0700
@@ -1,14 +1,14 @@
 execfile("01-setup.py")
-#execfile("02-simplex.py")
-#execfile("03-complex.py")
-#execfile("04-alpha-shapes.py")
-#execfile("05-rips.py")
-#execfile("06-flat-torus.py")
-#execfile("07-ls-filtration.py")
-#execfile("08-extended-persistence.py")         # FIXME
+execfile("02-simplex.py")
+execfile("03-complex.py")
+execfile("04-alpha-shapes.py")
+execfile("05-rips.py")
+execfile("06-flat-torus.py")
+execfile("07-ls-filtration.py")
+execfile("08-extended-persistence.py")         # FIXME
 
 # TODO: Distances
 
-#points = read_points('data/annulus.pts')
+points = read_points('data/annulus.pts')
 #points = read_points('data/torus.pts')
 execfile("10-circular.py")