Skip to content

Commit b95d459

Browse files
committed
Clarify that object is a dense matrix
1 parent 7d8f5f3 commit b95d459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sgkit/stats/genee.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def genee(ds: Dataset, ld: ArrayLike, *, reg_covar: float = 0.000001) -> DataFra
1818
ds
1919
Dataset containing beta values (OLS betas or regularized betas).
2020
ld
21-
2D array of LD values.
21+
Dense 2D array corresponding to the LD matrix.
2222
reg_covar
2323
Non-negative regularization added to the diagonal of covariance.
2424
Passed to scikit-learn ``GaussianMixture``.

0 commit comments

Comments
 (0)