Skip to content

Ensure proper initialization of superclass in TruncatedSVD#334

Merged
cristian-tamblay merged 1 commit into
developfrom
fix/truncated-svd-converter
Oct 20, 2025
Merged

Ensure proper initialization of superclass in TruncatedSVD#334
cristian-tamblay merged 1 commit into
developfrom
fix/truncated-svd-converter

Conversation

@Irozuku
Copy link
Copy Markdown
Collaborator

@Irozuku Irozuku commented Oct 17, 2025

This pull request makes a small update to the TruncatedSVDConverter initialization logic by ensuring the superclass's __init__ method is called with the correct keyword arguments. This change helps maintain proper initialization and inheritance behavior.

  • Added a call to super().__init__(**kwargs) in the __init__ method of TruncatedSVDConverter to ensure the parent class is properly initialized.

@cristian-tamblay cristian-tamblay merged commit 3fc5129 into develop Oct 20, 2025
5 checks passed
@cristian-tamblay cristian-tamblay deleted the fix/truncated-svd-converter branch October 20, 2025 15:22
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