"Crappy whatever I hate it" edition of Sierpinski triangle

This commit is contained in:
Steven Robertson
2011-04-29 17:25:51 -04:00
parent fe6367821f
commit 1302f31ec7
4 changed files with 140 additions and 29 deletions

View File

@ -85,10 +85,6 @@ class Frame(object):
center = self.center_cp
ncps = center.nbatches * center.ntemporal_samples
if ncps < ctx.nctas:
raise NotImplementedError(
"Distribution of a CP across multiple CTAs not yet done")
# TODO: isn't this leaking xforms from C all over the place?
stream = StringIO()
cp_list = []