upped the max search count
This commit is contained in:
parent
13ff63bb9b
commit
3f4785ef49
@ -13,7 +13,7 @@ import interp.grid.simplex
|
||||
import logging
|
||||
log = logging.getLogger("interp")
|
||||
|
||||
MAX_SEARCH_COUNT = 128
|
||||
MAX_SEARCH_COUNT = 256
|
||||
|
||||
class grid(object):
|
||||
def __init__(self, verts = None, q = None):
|
||||
|
Loading…
Reference in New Issue
Block a user