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.
1 parent 7aaf9a6 commit 7004c06Copy full SHA for 7004c06
cpp/main.cc
@@ -7,7 +7,7 @@ namespace py = pybind11;
7
8
using T = int64_t; // is a temporary type of template. You can change it and
9
// recompile this.
10
-const int B = 2; // the number of children of tree.
+const int B = 8; // the number of children of tree.
11
12
PYBIND11_MODULE(PRTree, m)
13
{
0 commit comments