Skip to content

rescale stopped working for rad and deg #215

Closed
@axelande

Description

@axelande

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions