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

Manage integration-updated parameters #492

Open
denised opened this issue Oct 12, 2021 · 1 comment
Open

Manage integration-updated parameters #492

denised opened this issue Oct 12, 2021 · 1 comment

Comments

@denised
Copy link
Member

denised commented Oct 12, 2021

Currently some integrations update the values of parameters in the solution's workbook. In the manual Excel process, researcher's determine if the value they want to update has already been updated (they use color coding on the cell header), and if it was previously updated, they get a new "raw" version of that input to feed into the integration, then replace the integrated result.

Python doesn't have color-coded parameters, so we have no way, currently, to know if a parameter has previously been updated or not. We might fix this either by keeping two parameters (a pre-integration and a post-integration one), or by making the integrations directly ask the solutions for a "raw" version of the parameter. But to get avoid double-counting and get correct results, we need some way to handle this issue.

@denised
Copy link
Member Author

denised commented Oct 12, 2021

@colleenskemp We might delay this work since it goes more to "correctness" than "completeness"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant