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

Fix default UPDATE_KEYS with threshold in CALCULATE_KEYS #21

Merged
merged 1 commit into from
Jan 9, 2020

Conversation

oyvindeide
Copy link
Contributor

No description provided.

@@ -72,7 +72,9 @@ def _realize_list(input_string):
def _expand_input(input_value):
expanded_values = deepcopy(input_value)
if "CALCULATE_KEYS" in expanded_values and "UPDATE_KEYS" not in expanded_values:
expanded_values.update({"UPDATE_KEYS": expanded_values["CALCULATE_KEYS"]})
expanded_values.update(
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this not have been caught in the test_expand_input?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, yes it should, is now.

@oyvindeide oyvindeide force-pushed the fix_default_update_keys branch from 4393baf to 579289b Compare January 9, 2020 15:31
@oyvindeide oyvindeide force-pushed the fix_default_update_keys branch from 579289b to 1e24b1a Compare January 9, 2020 15:53
@oyvindeide oyvindeide merged commit c6e89ec into equinor:master Jan 9, 2020
@oyvindeide oyvindeide deleted the fix_default_update_keys branch January 9, 2020 16:04
dafeda pushed a commit to dafeda/semeio that referenced this pull request Nov 27, 2024
dafeda pushed a commit to dafeda/semeio that referenced this pull request Nov 27, 2024
dafeda pushed a commit that referenced this pull request Nov 27, 2024
dafeda pushed a commit that referenced this pull request Nov 27, 2024
dafeda pushed a commit that referenced this pull request Nov 27, 2024
dafeda pushed a commit that referenced this pull request Nov 27, 2024
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