Skip to content

CTM: check for finite value aswell #11185

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

Merged
merged 1 commit into from
Jul 23, 2025
Merged

CTM: check for finite value aswell #11185

merged 1 commit into from
Jul 23, 2025

Conversation

gulafaran
Copy link
Contributor

checking for < 0.F will not catch NaN or inf values, use std::isfinite aswell.

related: #11181

now as to why nan/inf values are happening here i dont know.

checking for < 0.F will not catch NaN or inf values, use std::isfinite
aswell.
@gulafaran gulafaran marked this pull request as ready for review July 23, 2025 07:58
@vaxerski vaxerski merged commit 6ca7c14 into hyprwm:main Jul 23, 2025
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants