Max Shinn
Max Shinn
Hello! It seems that error bars do not have clearly defined clipping behavior within barplots. **Expected behavior:** Setting clip_on=True should result in neither bars or error bars being clipped. **Actual...
## Description The new "phase" normalization for the phase_cross_correlation always gives an error measurement of 1. This applies across a wide range of inputs/datatypes. This is a regression as of...
To reproduce: 1. Create a simple experiment with a simple series of timed trials. Set each one to take 700 ms or so. 2. Add many trials to the loop...
## 🐛 Bug The napari viewer jumps around if a plot has been plotted in matplotlib before the first napari window is initialised. ## To Reproduce Minimal working example: ```...
The current code segfaults for large bases because it reads past the end of the _PERM array. There are a few possible fixes with advantages and disadvantages. This fix accepts...