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 duplicate vary_params #188

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Fix duplicate vary_params #188

merged 1 commit into from
Mar 13, 2024

Conversation

tiffanymtang
Copy link
Collaborator

@tiffanymtang tiffanymtang commented Mar 10, 2024

This PR addresses the duplicate vary_params bug described in #187.

Experiment$get_vary_params() was modified so that:

  • If the same parameter is varied across in different DGPs, this parameter only appears once in vary_params
  • Same applies to parameters that are varied across multiple methods

Closes #187

* If the same parameter is varies across different DGPs, only show this parameter once in `vary_params`
* Same applies to parameters that are varied across multiple methods
* Closes #187
@tiffanymtang tiffanymtang merged commit 1e0767f into main Mar 13, 2024
3 of 6 checks passed
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.

Duplicated parameter names in vary_params
1 participant