Jonah Pearl
Jonah Pearl
Compare: https://github.com/arvkevi/kneed/blob/master/kneed/knee_locator.py#L50 and https://kneed.readthedocs.io/en/stable/parameters.html#online Thanks!
### What would you like to see added to PyNWB? When creating a new processing pipeline, one often iteratively runs through it, fixing bugs as one goes. Since NWB's cannot...
### What happened? I use the convenient timeseries pointer feature, where you can just store timestamps in one timeseries and have many others point to them. This saves a lot...
Hi there -- first of all, thank you for including the plot module in UMAP. It's a nice wrapper to datashader, and it was a good intro (for me) to...
Hi there -- I made a little edit to the gpfa class that allows spike rates to be passed in directly, bypassing the first step of the processing. This would...
**Describe the bug** After cloning the repo, `pip install -e .` fails with this error message: [pip elephant error.txt](https://github.com/NeuralEnsemble/elephant/files/9182998/pip.elephant.error.txt) I am using a compute cluster running Linux. **To Reproduce** 1....
**Is your feature request related to a problem? Please describe.** I'm always frustrated when: I run DLC `dlc.analyze_videos` on HPC's, and the videos seem to have highly variable analysis times,...
**Describe the bug** Given the code in the SDK, it isn't possible to infer how exactly the IR image is generated. Is it first / middle / last IR pulse...
Trying to model some data with a negative binomial duration distribution...the /util/cstats/sample_crp_tablecounts function was failing because its second argument `integral[:,:] customers` was being passed in as a float. The numbers...
I had some mild trouble installing pyhsmm on a linux-based computing cluster...documenting various errors and fixes in one place for anyone else who encounters them. Most have been solved in...