mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Relax FUSE a little (no visible impact so far)
This commit is contained in:
parent
c4ce3cf4c2
commit
8ce2470dfb
@ -391,7 +391,7 @@ class Features(object):
|
|||||||
"""
|
"""
|
||||||
# Constant parameters which control handling of out-of-frame samples:
|
# Constant parameters which control handling of out-of-frame samples:
|
||||||
# Number of iterations to iterate without write after new point
|
# Number of iterations to iterate without write after new point
|
||||||
fuse = 20
|
fuse = 10
|
||||||
# Maximum consecutive out-of-bounds points before picking new point
|
# Maximum consecutive out-of-bounds points before picking new point
|
||||||
max_oob = 10
|
max_oob = 10
|
||||||
max_nxforms = 12
|
max_nxforms = 12
|
||||||
|
Loading…
Reference in New Issue
Block a user