Skip to content

Commit

Permalink
FIX: Fix bug. Matrix was being passed to the wrong attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
genedan committed Jan 14, 2025
1 parent f07efb0 commit b054f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faslr/index/index_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(

if not (matrix is None):

self.matrix = matrix
self._data = matrix

else:

Expand Down

0 comments on commit b054f89

Please sign in to comment.