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
I think we should add dispatches for some operators between vectors and quantities. For example:
vec=cx.CartesianPos3D.from_([1., 2., 3.], "kpc")
q=u.Quantity(1., "kpc")
vec/q# CartesianPos3D with dimensionless unit vec*q# CartesianPos3D with kpc**2 unit
Thoughts?
The text was updated successfully, but these errors were encountered:
I think we should add dispatches for some operators between vectors and quantities. For example:
Thoughts?
The text was updated successfully, but these errors were encountered: