From 8ce2470dfb05286e5b0c7722c50a95e48969cead Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sun, 16 Oct 2011 13:45:27 -0400 Subject: [PATCH] Relax FUSE a little (no visible impact so far) --- cuburn/render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuburn/render.py b/cuburn/render.py index 423bd58..b9ad522 100644 --- a/cuburn/render.py +++ b/cuburn/render.py @@ -391,7 +391,7 @@ class Features(object): """ # Constant parameters which control handling of out-of-frame samples: # Number of iterations to iterate without write after new point - fuse = 20 + fuse = 10 # Maximum consecutive out-of-bounds points before picking new point max_oob = 10 max_nxforms = 12