From d1502e3b7973f975258caef4818729451b49e765 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Tue, 9 May 2017 21:09:58 -0700 Subject: [PATCH] rings2 is not identity at high precision --- cuburn/genome/blend.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cuburn/genome/blend.py b/cuburn/genome/blend.py index 99bc7f4..886de64 100644 --- a/cuburn/genome/blend.py +++ b/cuburn/genome/blend.py @@ -223,8 +223,7 @@ hole_variations = ('spherical ngon julian juliascope polar ' 'wedge_sph wedge_julia bipolar').split() # These variations are identity functions at their default values -ident_variations = ('rectangles rings2 fan2 blob perspective ' - 'super_shape').split() +ident_variations = ('rectangles fan2 blob perspective super_shape').split() def padding_xform(xf, isfinal): vars = {}