Closed
Description
Something broke in version 0.14.0 with regards to rescale
:
In version 0.13.0:
heading = pq.Quantity(10, pq.deg)
print(heading.rescale(pq.rad)) -> array(0.17453293) * rad
In version 0.14.0:
heading = pq.Quantity(10, pq.deg)
heading.rescale(pq.rad) -> array(0) * rad
I can't see anything in changed api in the changelog?
Metadata
Metadata
Assignees
Labels
No labels