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

Handle NaN data better in histogram #362

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

slimbuck
Copy link
Member

This issue as noticed in #360.

The histogram will display no data when encountering NaNs. This PR changes the histogram logic to ignore NaNs and continue plotting non-NaN values.

We should probably display the number of NaN elements encountered on the histogram and also allow users to select these gaussians.

@slimbuck slimbuck added the bug Something isn't working label Dec 30, 2024
@slimbuck slimbuck requested a review from a team December 30, 2024 14:22
@slimbuck slimbuck self-assigned this Dec 30, 2024
@slimbuck slimbuck merged commit c10791d into playcanvas:main Jan 6, 2025
2 checks passed
@slimbuck slimbuck deleted the histogram-fix branch January 6, 2025 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants