Skip to content

Conversation

@mrfh92
Copy link
Collaborator

@mrfh92 mrfh92 commented Dec 1, 2025

Due Diligence

  • General:
  • Implementation:
    • unit tests: all split configurations tested
    • unit tests: multiple dtypes tested
    • NEW unit tests: MPS tested (1 MPI process, 1 GPU)
    • benchmarks: created for new functionality
    • benchmarks: performance improved or maintained
    • documentation updated where needed

Description

Issue/s resolved: #

Changes proposed:

Type of change

Memory requirements

Performance

Does this change modify the behaviour of other functions? If so, which?

yes / no

@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2025

Thank you for the PR!

@github-project-automation github-project-automation bot moved this to Todo in Roadmap Dec 2, 2025
@JuanPedroGHM JuanPedroGHM added this to the 1.7.0 milestone Dec 2, 2025
Comment on lines +60 to +63
lam: Optional[float] = 0.1,
max_iter: Optional[int] = 100,
tol: Optional[float] = 1e-6,
step_size: Optional[float] = None,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are lam, max_iter, and tol allowed to be None? The docstring doesn't mention it.
Since python 3.10, you can also use float | None instead of Optional[float] if it confuses you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

4 participants