Version 1_14

This commit is contained in:
gac-x05la
2020-08-11 10:00:56 +02:00
parent 18aad931e8
commit 6f30d641d3
24 changed files with 143 additions and 18 deletions

View File

@@ -0,0 +1,6 @@
from jeputils import *
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])
return ret if ret is None or is_list(ret) else ret.data