Skip to content

TST: linalg: Test Cython LAPACK complex ladiv#19820

Merged
rgommers merged 1 commit intoscipy:mainfrom
thalassemia:test_ladiv
Jan 7, 2024
Merged

TST: linalg: Test Cython LAPACK complex ladiv#19820
rgommers merged 1 commit intoscipy:mainfrom
thalassemia:test_ladiv

Conversation

@thalassemia
Copy link
Copy Markdown
Contributor

In my experience, modifying the BLAS/LAPACK interface often causes functions with complex return values to have inconsistent behavior across platforms. With ILP64 support and other changes slated for the near future, this PR completes test coverage of these functions by adding tests for [c/d]ladiv on top of the existing tests for [c/z]dot[c/u].

@github-actions github-actions bot added scipy.linalg maintenance Items related to regular maintenance tasks labels Jan 7, 2024
@lucascolley lucascolley added the Cython Issues with the internal Cython code base label Jan 7, 2024
@ilayn
Copy link
Copy Markdown
Member

ilayn commented Jan 7, 2024

Strange this should automatically come from LAPACK auto generated wrappers. Ah nevermind you added the tests not the funcs.

@lucascolley lucascolley added this to the 1.13.0 milestone Jan 7, 2024
@thalassemia thalassemia changed the title TST: linalg: Cython LAPACK complex ladiv TST: linalg: Test Cython LAPACK complex ladiv Jan 7, 2024
Copy link
Copy Markdown
Member

@rgommers rgommers left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @thalassemia

@rgommers rgommers merged commit 5d67dff into scipy:main Jan 7, 2024
@thalassemia thalassemia deleted the test_ladiv branch March 14, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Cython Issues with the internal Cython code base maintenance Items related to regular maintenance tasks scipy.linalg

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants