Skip to content

Commit

Permalink
fix codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo committed Jan 26, 2025
1 parent 4f789fe commit d0f39ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junifer/storage/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def store_matrix_checks(
------
ValueError
If the matrix kind is invalid
If the diagnoal is False and the matrix kind is "full"
If the diagonal is False and the matrix kind is "full"
If the matrix kind is "triu" or "tril" and the matrix is not square
If the number of row names does not match the number of rows
If the number of column names does not match the number of columns
Expand Down

0 comments on commit d0f39ca

Please # to comment.