Enable VarClusterFinder (#134)

Co-authored-by: xiangyu.xie <xiangyu.xie@psi.ch>
This commit is contained in:
Xiangyu Xie
2025-02-19 16:11:24 +01:00
committed by GitHub
parent fc1c9f35d6
commit 1d2c38c1d4
2 changed files with 35 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#include "aare/NDArray.hpp"
const int MAX_CLUSTER_SIZE = 200;
const int MAX_CLUSTER_SIZE = 50;
namespace aare {
template <typename T> class VarClusterFinder {