From 9b733fd0ecc9b77faac5faf5d422b8da7c8c188f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Wed, 30 Oct 2024 17:41:45 +0100 Subject: [PATCH] WIP --- python/src/var_cluster.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/var_cluster.hpp b/python/src/var_cluster.hpp index bc77976..f3a5741 100644 --- a/python/src/var_cluster.hpp +++ b/python/src/var_cluster.hpp @@ -18,7 +18,7 @@ using namespace::aare; void define_var_cluster_finder_bindings(py::module &m) { - PYBIND11_NUMPY_DTYPE(pl::ClusterFinder::Hit, size, row, col, + PYBIND11_NUMPY_DTYPE(VarClusterFinder::Hit, size, row, col, reserved, energy, max); py::class_>(m, "VarClusterFinder")