We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5525231 + c858b8d commit d461b81Copy full SHA for d461b81
README.md
@@ -91,7 +91,10 @@ This implementation follows **Karnin–Lang–Liberty (2016)**: a space-optimal
91
92
## ✅ Tests
93
94
+Install the test dependencies and run the suite:
95
+
96
```bash
97
+python -m pip install -r kll_sketch/requirements-test.txt
98
python -m pytest -q
99
```
100
kll_sketch/requirements-test.txt
@@ -0,0 +1,3 @@
1
+pytest>=7.4
2
+hypothesis>=6.88
3
+pytest-cov>=4.1
0 commit comments