-
Notifications
You must be signed in to change notification settings - Fork 2
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
rename "user_config" arg to "overrides" #249
rename "user_config" arg to "overrides" #249
Conversation
f352737
to
ed6bfc7
Compare
@@ -163,30 +163,30 @@ def test_loading_from_yaml(tmp_path): | |||
|
|||
|
|||
@pytest.mark.parametrize( | |||
"user_config, expected", | |||
"age_differences, expected", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed the name here b/c we were using user_config
as both the parameterized age differences lists as well as the name of the dictionary - it worked but was kinda sketchy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hopefully replace all worked for this.
It kinda-sorta worked. Lots of manual grepping needed but wasn't too bad |
2966134
to
beac5b4
Compare
Title: Rename "user_config" arg to "overrides"
Description
RT requested that when calling
psp.get_config()
, the user overrideargument should be renamed from
user_config
tooverrides
.Testing
integration tests pass