You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However dbd.get_sync returns a list, not an np.array so the call to compress fails. I guess you need to either insert an np.array constructor or alter the return value from get_sync.
In https://github.com/smerckel/gliderflight/blob/master/doc/source/using_gliderflight.rst you have these lines:
However
dbd.get_syncreturns a list, not annp.arrayso the call to compress fails. I guess you need to either insert annp.arrayconstructor or alter the return value fromget_sync.