Adin Aberbach

Results 4 issues of Adin Aberbach

Depending on the spike train buffer, the spikes may be a list instead of a numpy array. This leads the line `assert(np.all(spikes >= 0))` to fail because you cannot compare...

I was creating a cell model and came across an error in the following code: https://github.com/AllenInstitute/bmtk/blob/022c24f6a3f318b66d1f9e1501bef1ed2741e1ef/bmtk/simulator/bionet/morphology.py#L51-L57 where the `h.x3d(i, sec=sec)` goes out of bounds. This was caused by the `h.n3d()`...

Currently, the only way to create a cell without a morphology file that I can find is to use `morphology=None` in add_nodes. This does not create a visible issue when...

When the PoissonSpikeGenerator is used in both tutorials, the numbers passed in for times and firing_rate are in the wrong units. The problem is that when the spikes are eventually...