minor cleanup
This commit is contained in:
parent
e2ba1390c6
commit
1b3a6a45ce
2 changed files with 3 additions and 5 deletions
4
test.py
4
test.py
|
|
@ -10,8 +10,8 @@ from pyarrow.cffi import ffi
|
|||
|
||||
path = '/home/jan/projects/masque/test.gds'
|
||||
|
||||
#clib = ctypes.CDLL('./libklamath_rs_ext.so')
|
||||
clib = ffi.dlopen('./libklamath_rs_ext.so')
|
||||
#clib = ctypes.CDLL('target/debug/libklamath_rs_ext.so')
|
||||
clib = ffi.dlopen('target/debug/libklamath_rs_ext.so')
|
||||
|
||||
|
||||
ret_ptr_array = ffi.new('struct ArrowArray[]', 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue