Skip to content

Conversation

@divyaajainn
Copy link
Contributor

Purpose of PR?: This PR adds missing super().init() calls to ensure proper parent class initialization in MFDatasetCommonDims and WebMapService.

Bug Fix
Fixes #2750

Copy link
Member

@ReimarBauer ReimarBauer left a comment

Choose a reason for hiding this comment

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

106 failed, 463 passed, 12 skipped, 19 warnings, 13 errors in 479.55s (0:07:59)

Copy link
Collaborator

@matrss matrss left a comment

Choose a reason for hiding this comment

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

Both classes seem to have at least parts of their constructors copied over from the classes they inherit, so just calling the super classes constructor is not enough, it has to be checked what that constructor does and what ours do so far, what the differences are, and how to achieve the same result with a cleaner refactoring of these classes.

@divyaajainn
Copy link
Contributor Author

got it. i'll look into it.

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.

3 participants