João Pedro Junqueira
João Pedro Junqueira
### Is there an existing issue for this? - [X] I have searched the existing issues ### Bug description Hello everyone, I'm having an issue with the create_labeled_video function. Currently,...
I think I might be doing something wrong here, but... ```py import seaborn as sns from statannotations.Annotator import Annotator iris = sns.load_dataset("iris") iris = pd.melt(iris, "species", var_name="measurement") pair_list = [(('sepal_length',...
I've been getting some errors when computing/loading extensions from a `SortingAnalyzer` containig a `template_metrics` extension. I calculate extensions from a dict as follows: ```py phy_exts = {"random_spikes": {}, "waveforms": {},...
I've run into different errors when running `tridesclous2` in bandpassed, re-referenced tetrode data. Sorting works as expected with grouped data when using `tridesclous` or `mountainsort5`. When running it on non-grouped...