Closedown
This commit is contained in:
@@ -6,7 +6,7 @@ def hfitoff(data, xdeg):
|
||||
|
||||
def extremum(x, y):
|
||||
ret = call_jep("CPython/extremum", "extremum", [to_npa(x),to_npa(y)])
|
||||
return (ret[0], ret[1], ret[2].data, ret[3].data)
|
||||
return (ret[0], ret[1], ret[2].data, ret[3].data, ret[4])
|
||||
|
||||
def gfitoff(x, y, off=None, amp=None, com=None, sigma=None):
|
||||
ret = call_jep("CPython/gfitoff", "gfitoff", [to_npa(x), to_npa(y), off, amp, com, sigma])
|
||||
|
||||
Reference in New Issue
Block a user