From d25db215acd5c820c492c85574e3b834c066114d Mon Sep 17 00:00:00 2001 From: Ole-Christoffer Granmo <ole.granmo@uia.no> Date: Fri, 11 Oct 2024 10:39:50 +0200 Subject: [PATCH] Update --- tmu/lib/src/ClauseBank.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmu/lib/src/ClauseBank.c b/tmu/lib/src/ClauseBank.c index 8915f847..897fb273 100644 --- a/tmu/lib/src/ClauseBank.c +++ b/tmu/lib/src/ClauseBank.c @@ -1573,7 +1573,7 @@ void cb_calculate_spatio_temporal_features( attention[chunk_nr] |= (1U << chunk_pos); } - for (int d = 0; d < depth; ++d) { + for (int d = 0; d < 1; ++d) { for (int j = 0; j < number_of_clauses; j++) { unsigned int clause_pos = j*number_of_ta_chunks*number_of_state_bits; // Calculates the position of the Tsetlin automata states of the current clause