-
Couldn't load subscription status.
- Fork 0
Families module and test system big refactor #21
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
base: main
Are you sure you want to change the base?
Conversation
| return parameters.transform_to_base_parametrization() | ||
|
|
||
| # Backward-compatibility helper (former ParametrizationSpec API) | ||
| def get_base_parameters(self, parameters: Parametrization) -> Parametrization: |
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.
I do not think that we need this method. We do not care about backward compatibility since we in pre-alpha stage of development
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.
Sure
| """ | ||
| return self.to_base(parameters) | ||
|
|
||
| def build_analytical_computations( |
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.
Should this be public method?
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.
Strictly (two prefix underscores)? Definitely not. As a recommendation (single prefix underscores)? Quite yes, because Distribution uses it, but at the same time I would not like to show it to users.
# This is the 1st commit message: refactor: delete ParametrizationSpec # The commit message #2 will be skipped: # fixup! refactor: delete ParametrizationSpec
626b2c6 to
67f02ee
Compare
67f02ee to
764993b
Compare
764993b to
bc851e1
Compare
<fam_obj_name>.parametrization(...)Parametrizationclass#type ...