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

Use user_script_config from parser in EVC #655

Merged
merged 2 commits into from
Sep 7, 2021

Conversation

bouthilx
Copy link
Member

@bouthilx bouthilx commented Sep 7, 2021

[Fixes #636]

Why:

The option user_script_config is part of the worker configuration, not
the EVC. As such, this option is not part of branching group of option
and does not find its way to the Conflict objects of the EVC. The value
of user_script_config is already available anyway inside the
experiment configuration, so there is no need to pass it. Furthermore, it may
differ from past experiments to the new one, and both experiments should be handled
based on their respective user_script_config, not the new one. For
these reasons, it is better to use the information available in the
experiment configurations.

Why:

The option `user_script_config` is part of the worker configuration, not
the EVC. As such, this option is not part of `branching` group of option
and does not find its way to the Conflict objects of the EVC. The value
of user_script_config is already available anyway inside the
experiment configuration, so there is no need to pass it. Furthermore, it may
differ from past experiments to the new one, and both experiments should be handled
based on their respective `user_script_config`, not the new one. For
these reasons, it is better to use the information available in the
experiment configurations.
@bouthilx bouthilx added the bug Indicates an unexpected problem or unintended behavior label Sep 7, 2021
@bouthilx bouthilx added this to the v0.1.17 milestone Sep 7, 2021
@bouthilx bouthilx added this to In progress in Release v0.1.17 via automation Sep 7, 2021
@bouthilx bouthilx merged commit 95fcf3c into Epistimio:develop Sep 7, 2021
Release v0.1.17 automation moved this from In progress to Done Sep 7, 2021
@bouthilx bouthilx deleted the hotfix/log_user_script_config branch September 7, 2021 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

In the logs, user_script_config is not reported correctly
1 participant