Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing remaining check_partials attributes in mphys wrappers #356

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

timryanb
Copy link
Collaborator

@timryanb timryanb commented Jan 29, 2025

Apparently I missed a few check_partials attributes in PR #348

@timryanb timryanb mentioned this pull request Jan 29, 2025
@timryanb timryanb requested a review from A-CGray January 29, 2025 14:27
@@ -25,7 +25,7 @@ def initialize(self):

def setup(self):
self.fea_assembler = self.options["fea_assembler"]
self.check_partials = self.options["check_partials"]
self.under_check_partials = self.options["check_partials"]
Copy link
Contributor

Choose a reason for hiding this comment

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

For consistency, I think we should change the name of the option to under_check_partials too

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Since that would be backwards incompatible I'd prefer to avoid this. But if you feel strongly I can reconsider

@A-CGray A-CGray merged commit d10d50f into smdogroup:master Jan 29, 2025
7 checks passed
@timryanb timryanb deleted the om-check-partials-fix branch January 29, 2025 18:30
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