Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infer correct dtype for scipy.spatial.transform.Rotation #11213

Open
Jiayuan-Gu opened this issue Dec 12, 2019 · 1 comment
Open

Infer correct dtype for scipy.spatial.transform.Rotation #11213

Jiayuan-Gu opened this issue Dec 12, 2019 · 1 comment

Comments

@Jiayuan-Gu
Copy link

Is your feature request related to a problem? Please describe.
When calling apply method on an nx3 array, it will become np.float64 anyway.

Describe the solution you'd like
Is it reasonable to infer the output dtype according to the input?

Describe alternatives you've considered

Additional context (e.g. screenshots)

@pmla
Copy link
Contributor

pmla commented Mar 6, 2020

@nmayorov what is your opinion on this? It is quite easy to implement for the `float32' type, but it might also be surprising for a user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants