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
HBTReader.py results in an error when trying to use np.vstack on multidimensional arrays with different numbers of entries. In my testing, simply replacing np.vstack with np.concatenate fixes the issue.