Kushaan Gupta

Results 7 issues of Kushaan Gupta

The following minimal skeleton is not being classified as cycle in summary. I was wondering if it's a problem or a compromise of the current algorithm for branch-type classification. ```python...

The current repr of BinnedSpikeTrainArray would straightaway output all the column names for your neurons which is too much information to interpret from a supposedly simple description of object. For...

Currently, there's no straightforward way to make a custom `nelpy.BinnedSpikeTrainArray` object, if we already have computed the matrices beforehand. ```python import numpy as np import pandas as pd import nelpy...

I'm unable to successfully run the examples of registration (pairwise and groupwise). The code seem to ask for a `sampling` attribute from `numpy.ndarray` which doesn't exist. https://github.com/almarklein/pirt/blob/1647f8fd94aaf20350c972e0c405338ee841f8bf/pirt/reg/reg_gravity.py#L146 Due to the...

I added a minor optimization to not go through the trouble of sorting the whole subset of frames multiple times and do away with partial sort with worst case time...