Skip to content

Commit

Permalink
Trait-by-trait design matrix should be (p, p).
Browse files Browse the repository at this point in the history
  • Loading branch information
davipatti committed Feb 28, 2023
1 parent 8c1a481 commit e2b50f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glimix_core/lmm/_kron2sum.py
Original file line number Diff line number Diff line change
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 e2b50f7

Please sign in to comment.