01.2025
This commit is contained in:
@@ -16,6 +16,8 @@ def linfit(x, y):
|
||||
ret = call_jep("CPython/linfit", "linfit", [to_npa(x),to_npa(y)])
|
||||
return (ret[0].data, ret[1].data, ret[2].data, ret[3])
|
||||
|
||||
def python_version():
|
||||
return eval_jep("import sys; sys.version")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user