minor: doc change
This commit is contained in:
parent
91c8a661f4
commit
98d7247497
@ -32,7 +32,7 @@ class grid(object):
|
|||||||
|
|
||||||
def __init__(self, points, q):
|
def __init__(self, points, q):
|
||||||
"""
|
"""
|
||||||
this thing eats two pre-constructed arrays of stuff:
|
this thing eats two pre-constructed arrays of floats:
|
||||||
points = array of arrays (i will convert to numpy.array)
|
points = array of arrays (i will convert to numpy.array)
|
||||||
[[x0,y0], [x1,y1], ...]
|
[[x0,y0], [x1,y1], ...]
|
||||||
q = array (1D) of important values
|
q = array (1D) of important values
|
||||||
|
Loading…
Reference in New Issue
Block a user