This commit is contained in:
Erik Fröjdh 2024-10-30 17:41:45 +01:00
parent 6505f37d87
commit 9b733fd0ec

View File

@ -18,7 +18,7 @@ using namespace::aare;
void define_var_cluster_finder_bindings(py::module &m) {
PYBIND11_NUMPY_DTYPE(pl::ClusterFinder<double>::Hit, size, row, col,
PYBIND11_NUMPY_DTYPE(VarClusterFinder<double>::Hit, size, row, col,
reserved, energy, max);
py::class_<VarClusterFinder<double>>(m, "VarClusterFinder")