Skip to content

Commit 99804d1

Browse files
committed
fixup wraning
1 parent f002fa2 commit 99804d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maayanlab_bioinformatics/utils/sparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def sp_hdf_load(hdf):
4848
)
4949

5050
def sp_std(X_ij, ddof=1):
51-
''' Standard deviation for a matrix compatible with sparse matrices.
51+
r''' Standard deviation for a matrix compatible with sparse matrices.
5252
i is the row index, j is the column index.
5353
5454
\sigma_j = \sqrt{\frac{\sum(x_ij - \mu_j)^2}{N_j - ddof}}}

0 commit comments

Comments
 (0)