Skip to content

Fix division by singular matrices in test suite#2299

Merged
jstone-lucasfilm merged 2 commits intoAcademySoftwareFoundation:mainfrom
tdavidovicNV:fix/tdavidovic/issue_2292
Mar 24, 2025
Merged

Fix division by singular matrices in test suite#2299
jstone-lucasfilm merged 2 commits intoAcademySoftwareFoundation:mainfrom
tdavidovicNV:fix/tdavidovic/issue_2292

Conversation

@tdavidovicNV
Copy link
Copy Markdown
Contributor

The matrix division unit test uses a singular matrix as a divisor.
This change instead does matrix divison that will result is matrix with 1.5, 1.5, 1.5, 1.0 on the diagonal.

This in isolation will make the GLSL test produce NaNs, because of the issue #2089 , so merging PR #2298 first is highly recommended.

@jstone-lucasfilm jstone-lucasfilm changed the title Fixed the division by singular matrices in math_operators.mtlx test. Fix division by singular matrices in test suite Mar 24, 2025
Copy link
Copy Markdown
Member

@jstone-lucasfilm jstone-lucasfilm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, @tdavidovicNV, and this change looks good to me.

@jstone-lucasfilm jstone-lucasfilm merged commit e0a9a25 into AcademySoftwareFoundation:main Mar 24, 2025
35 checks passed
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