Skip to content

Commit

Permalink
Merge pull request #16 from davipatti/fixing-docstring
Browse files Browse the repository at this point in the history
Trait-by-trait design matrix should be (p, p).
  • Loading branch information
horta committed Mar 1, 2023
2 parents 8c1a481 + e2b50f7 commit 7d113c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glimix_core/lmm/_kron2sum.py
Expand Up @@ -59,7 +59,7 @@ def __init__(self, Y, A, X, G, rank=1, restricted=False):
----------
Y : (n, p) array_like
Outcome matrix.
A : (n, n) array_like
A : (p, p) array_like
Trait-by-trait design matrix.
X : (n, c) array_like
Covariates design matrix.
Expand Down

0 comments on commit 7d113c3

Please sign in to comment.