added tests for sampling (and indirectly stats)

This commit is contained in:
Jean-Philippe Bossuat
2025-04-28 09:02:42 +02:00
parent 78b6e9544d
commit 39bbe5b917
5 changed files with 107 additions and 30 deletions

8
base2k/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"github.copilot.enable": {
"*": false,
"plaintext": false,
"markdown": false,
"scminput": false
}
}