You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #177, we should synchronize p and the coefficient matrices. Currently, the user can set p and coef independently, and since p is implicitly defined by the shape of coef, these two variables can get out of sync.
As discussed in #177, we should synchronize
pand the coefficient matrices. Currently, the user can setpandcoefindependently, and sincepis implicitly defined by the shape ofcoef, these two variables can get out of sync.