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 want to be able to use numpy's concatenate with Pint. Is that not possible ? I need the units of meters /second in the 3d dimensional array uwndTot. How do I do that ?
The text was updated successfully, but these errors were encountered:
I am using Pint and when I print the shape uwndTot I get
(17,73,144).
When I print the values of element it turns out to be
<class 'pint.quantity.build_quantity_class..Quantity'>
However if I iterate through uwndTot I get
I get
<class 'numpy.ndarray'>
I want to be able to use numpy's concatenate with Pint. Is that not possible ? I need the units of meters /second in the 3d dimensional array uwndTot. How do I do that ?
The text was updated successfully, but these errors were encountered: