-
Notifications
You must be signed in to change notification settings - Fork 67
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
Update gamer frontend in yt to support integer particle attributes #411
Comments
Related issue: yt-project/yt#4995 My question on yt Slack:
From Corentin:
From Chris:
|
I prefer preserving integer types throughout (i.e., avoiding conversion to floating-point types at any stage) to prevent potential rounding errors. |
Here is the thread that @ChunYen-Chen posted on yt Slack. |
I'm going to see how we can get yt-project/yt#4996 through to help address this. |
Tasks
Questions
unyt
package it uses for handling units) support integer data types? I tested theparticle_type
field in theart
code using theD9p_500
dataset available here. According to the code reference, this field should beint64
, but it is still recognized asfloat64
.Here’s an example code snippet demonstrating the issue:
The text was updated successfully, but these errors were encountered: