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

POEM 101: Input checking utility #203

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

lamkina
Copy link
Contributor

@lamkina lamkina commented Jan 29, 2025

Add an input checking tool to help debug how inputs are being set for complicated models.

@robfalck
Copy link
Contributor

robfalck commented Feb 14, 2025

Thanks for the suggestion! I'm trying to think of a way we might be able to achieve the desired result by logging calls to set_val or set_input_defaults. Perhaps rather than default/intermedite/user we could track which values were set outside of the add_input/add_output call, and track the line/file in which the value was set. That might be a little more immediate in providing utility to the user.

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