Skip to content

Commit da741ec

Browse files
committed
refactor: update backend module and demo notebook for histogram computation
1 parent a297f79 commit da741ec

4 files changed

Lines changed: 145 additions & 204 deletions

File tree

docs/core/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Main Modules
1111
:recursive:
1212
:nosignatures:
1313

14-
cli_adapter
14+
backend

sandbox/khisto_demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,10 @@
475475
}
476476
],
477477
"source": [
478-
"from khisto.core import compute_histogram\n",
478+
"from khisto.core import compute_histograms\n",
479479
"\n",
480480
"# Get all granularity levels\n",
481-
"results = compute_histogram(data)\n",
481+
"results = compute_histograms(data)\n",
482482
"\n",
483483
"print(f\"Number of granularity levels: {len(results)}\")\n",
484484
"print(\"\\nGranularity levels:\")\n",

0 commit comments

Comments
 (0)