minor cleanup

This commit is contained in:
jan 2025-04-12 12:51:26 -07:00
commit 1b3a6a45ce
2 changed files with 3 additions and 5 deletions

View file

@ -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)