retoomey / RAPIO

Real Time Algorithm Parameter and IO
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Python data types #7

Open retoomey opened 1 year ago

retoomey commented 1 year ago

Only float and int are allowed as arrays to send to python. Implement the byte, short and double types in rDataGrid.cc and update RAPIO.py to support these as well. Make unit tests for testing the various arrays if possible.