Skip to content

Fix: added missing super().__init__() call in MFDatasetCommonDims#2912

Closed
sidhhay wants to merge 1 commit intoOpen-MSS:developfrom
sidhhay:develop
Closed

Fix: added missing super().__init__() call in MFDatasetCommonDims#2912
sidhhay wants to merge 1 commit intoOpen-MSS:developfrom
sidhhay:develop

Conversation

@sidhhay
Copy link
Copy Markdown

@sidhhay sidhhay commented Nov 2, 2025

Purpose of PR?:

Fixes #2750

Does this PR introduce a breaking change?

If the changes in this PR are manually verified, list down the scenarios covered::

Additional information for reviewer? :
Mention if this PR is part of any design or a continuation of previous PRs

Does this PR results in some Documentation changes?
If yes, include the list of Documentation changes

Checklist:

  • Bug fix. Fixes #
  • New feature (Non-API breaking changes that adds functionality)
  • PR Title follows the convention of <type>: <subject>
  • Commit has unit tests

@sidhhay
Copy link
Copy Markdown
Author

sidhhay commented Nov 3, 2025

Hi! I’ve added the missing super().init() call as discussed in #2750.

@ReimarBauer ReimarBauer requested a review from matrss November 4, 2025 12:22
@sidhhay sidhhay closed this by deleting the head repository Jan 26, 2026
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.

Missed call to __init__ of the super class

1 participant