Etienne Ackermann
Etienne Ackermann
@jchutrue since you're asking about tasks, this is actually a nice one, I think. And you were asking about the same thing for SpikeTrainArrays (EventArrays) recently, so it'll be nice...
Currently, in the docstring at least, support was planned only for ASAs with the same number of signals, and no explicit checks on the sampling rates are made (but we...
but adding in all the currently listed modes (left, right, min, max, mean) would already take quite a bit of time, and would be really useful even if we require...
Are the other modes (left, right, min, max, mean) clear? They refer to overlapping epochs. If epochs are disjoint, then no problem. If they overlap, then we can take the...
Anyway, this is a useful class method for ASAs to have (and CK has asked me for some variants of it at times, and so has SD), but it's certainly...
👍 on the error message; those are very useful. But just so we're on the same page, you mean to Raise a descriptive error message, and not simply issue a...
This is now available in `TuningCurve2D`, but NaNs are not yet supported in `nelpy.decoding`, so it should only be used for visualization at this point. It is easy to "fix"...
I wish I had some sample data here, but we should see if this is still an issue, and then prioritize this, so that our filtering module can be more...
I’m not sure how often that might happen actually, but I’m ok with raising an error. As the title of this issue suggests, we need to raise an informative error...
But regardless, this issue can be closed if we make the error message explicitly clear.