We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
import warp as wp x = wp.zeros((100, 3), dtype=wp.float32) print(x.dtype) # Expected: <class 'warp.types.float32'> x = wp.array(x, dtype=wp.vec3) print(x.dtype) # Expected: <class 'warp.types.vec3'>, but you get: <class 'warp.types.float32'>
It may not be a bug inherently, but an error could be raised if the conversion is not possible.
No response
The text was updated successfully, but these errors were encountered:
Thanks Mehdi, this seems like a limitation we should address.
Sorry, something went wrong.
nvlukasz
No branches or pull requests
Bug Description
Hello!
It may not be a bug inherently, but an error could be raised if the conversion is not possible.
System Information
No response
The text was updated successfully, but these errors were encountered: