Felix Williams
Felix Williams
In the `getRankMap` function below, the first line creates a `ListMap` that maps data points in the KLL sketch to their weights. However if there are repeated data points in...
I ran the following in a powershell core prompt and git bash in Windows: ```powershell nbqa ruff 'nbqa test.ipynb' ``` The output was as follows: ```text nbqa:1:1: E902 The system...
This PR adds the fix I suggested in #331 to ensure compatibility with ruff 0.1.0+. I've confirmed it works with version 0.1.15. I also added the ruff formatter itself, as...
This concerns using `ruff check --fix` to fix code (#296) instead of the new `ruff format` command. Since ruff 0.1.0, the functionality no longer works. This is because since https://github.com/astral-sh/ruff/pull/7838,...