Skip to content

Fix Hessian integration tests#959

Merged
NicolaCourtier merged 1 commit into
developfrom
fix-hessian-tests
Jul 14, 2026
Merged

Fix Hessian integration tests#959
NicolaCourtier merged 1 commit into
developfrom
fix-hessian-tests

Conversation

@NicolaCourtier

Copy link
Copy Markdown
Member

Description

Fix the eigenvector calculation in the Hessian-based classification tests by using scipy.linalg.eig instead of np.linalg.eig.

Type of change

Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #).

Important checks:

Please confirm the following before marking the PR as ready for review:

  • No style issues: $ pre-commit run or $ nox -s pre-commit (see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)
  • All tests pass: nox -s tests
  • The documentation builds: nox -s doctest
  • Code is commented for hard-to-understand areas
  • Tests added that prove fix is effective or that feature works

@NicolaCourtier NicolaCourtier marked this pull request as ready for review July 13, 2026 18:50
@NicolaCourtier NicolaCourtier merged commit dfd5dce into develop Jul 14, 2026
32 of 33 checks passed
@NicolaCourtier NicolaCourtier deleted the fix-hessian-tests branch July 14, 2026 09:27
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