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
In product_transport.jl, I see a lot of methods with arguments like
μ::StdPowerMeasure{MU,1}
This complicates dispatch, and I don't see why it's necessary. @oschulz Why do we need to treat vector specially? I'd think we could just reshape as needed and it could be simpler, but maybe I'm missing something.
The text was updated successfully, but these errors were encountered:
In
product_transport.jl
, I see a lot of methods with arguments likeThis complicates dispatch, and I don't see why it's necessary. @oschulz Why do we need to treat vector specially? I'd think we could just
reshape
as needed and it could be simpler, but maybe I'm missing something.The text was updated successfully, but these errors were encountered: