From b054f89db5c3548cdd83c9a4f6486fa5d238b62f Mon Sep 17 00:00:00 2001 From: Gene Dan Date: Tue, 14 Jan 2025 17:26:58 -0600 Subject: [PATCH] FIX: Fix bug. Matrix was being passed to the wrong attribute. --- faslr/index/index_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faslr/index/index_matrix.py b/faslr/index/index_matrix.py index afed548..ded0857 100644 --- a/faslr/index/index_matrix.py +++ b/faslr/index/index_matrix.py @@ -77,7 +77,7 @@ def __init__( if not (matrix is None): - self.matrix = matrix + self._data = matrix else: