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
Unitful.Quantitys are not compatible with most array-based math rules in ChainRules.jl right now. Relevant issues discussing why this is are here and here.
We could solve this problem by duplicating the array rules from ChainRules.jl for properly typed Quanititys. A better solution would be to solve the aforementioned issues upstream in such a way that we can adopt the rules automatically
The text was updated successfully, but these errors were encountered:
Unitful.Quantity
s are not compatible with most array-based math rules inChainRules.jl
right now. Relevant issues discussing why this is are here and here.We could solve this problem by duplicating the array rules from
ChainRules.jl
for properly typedQuanitity
s. A better solution would be to solve the aforementioned issues upstream in such a way that we can adopt the rules automaticallyThe text was updated successfully, but these errors were encountered: