From 6b4e3c235cad17dfa4fdadd492b251e31a9601dc Mon Sep 17 00:00:00 2001 From: Michael Schindler Date: Wed, 4 Jun 2008 09:03:25 +0000 Subject: [PATCH] fixed a bug in deformer.parallel, reported by Andreas Matthias git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2998 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/deformer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyx/deformer.py b/pyx/deformer.py index af6eda1d..3cdf6db1 100644 --- a/pyx/deformer.py +++ b/pyx/deformer.py @@ -728,7 +728,7 @@ class parallel(deformer): # <<< # avoid too small dists: we would run into instabilities if abs(dist) < abs(epsilon): - return orig_nsp + return normpath.normpath([orig_nsp]) result = normpath.normpath() -- 2.11.4.GIT