--- 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")