dimensions seem to be non-conformable when scaling dm.alpha, beta, gamma, t, tau, pars
.pars[:3] is a numpy array of dimension (3,10) (in our dataset) whereas the other variables are floats. Safer to scale individually to catch edge cases such as this one.
dimensions seem to be non-conformable when scaling dm.alpha, beta, gamma, t, tau, pars
.pars[:3] is a numpy array of dimension (3,10) (in our dataset) whereas the other variables are floats. Safer to scale individually to catch edge cases such as this one.
(the commented out lines are what's in scvelo, the non-commented out lines are the proposed fix)