Skip to content

Fix boundary truncation bug in utils_norm_angle - #922

Merged
vedderb merged 1 commit into
vedderb:masterfrom
ATTESA-E-TS-Pro:fix/utils-math-norm
Jul 29, 2026
Merged

Fix boundary truncation bug in utils_norm_angle#922
vedderb merged 1 commit into
vedderb:masterfrom
ATTESA-E-TS-Pro:fix/utils-math-norm

Conversation

@ATTESA-E-TS-Pro

Copy link
Copy Markdown
Contributor

The function left angles of exactly 360.0 degrees untouched because it checked strictly for values greater than 360.0. Changed to greater-than-or-equal-to to ensure proper wrapping to 0.0.

@vedderb
vedderb merged commit 3337756 into vedderb:master Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants