-
Notifications
You must be signed in to change notification settings - Fork 312
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
Combine experiment and gs fields into AnalysisBase #3137
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D66712036 |
Summary: AnalysisBase will have optional `_experiment` and `_generation_strategy` fields, with getter and setter properties, as well as the `standard_generation_strategy` prop from `Scheduler`. `Scheduler` and `AxClient` will inherit these from it. The naming is less than optimal with AnalysisBase holding the experiment and GS. This is otherwise a no-op change designed to reduce pyre errors. Differential Revision: D66712036
63ada26
to
9bf3507
Compare
This pull request was exported from Phabricator. Differential Revision: D66712036 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3137 +/- ##
=======================================
Coverage 95.78% 95.78%
=======================================
Files 498 499 +1
Lines 50518 50536 +18
=======================================
+ Hits 48388 48406 +18
Misses 2130 2130 ☔ View full report in Codecov by Sentry. |
Summary: AnalysisBase will have optional `_experiment` and `_generation_strategy` fields, with getter and setter properties, as well as the `standard_generation_strategy` prop from `Scheduler`. `Scheduler` and `AxClient` will inherit these from it. The naming is less than optimal with AnalysisBase holding the experiment and GS. This is otherwise a no-op change designed to reduce pyre errors. Differential Revision: D66712036
9bf3507
to
64a8119
Compare
This pull request was exported from Phabricator. Differential Revision: D66712036 |
Summary: This will allow us to also use clients to generate analyses. Reviewed By: jelena-markovic Differential Revision: D66706329
Summary: AnalysisBase will have optional `_experiment` and `_generation_strategy` fields, with getter and setter properties, as well as the `standard_generation_strategy` prop from `Scheduler`. `Scheduler` and `AxClient` will inherit these from it. The naming is less than optimal with AnalysisBase holding the experiment and GS. This is otherwise a no-op change designed to reduce pyre errors. Differential Revision: D66712036
64a8119
to
8eb3e55
Compare
This pull request was exported from Phabricator. Differential Revision: D66712036 |
Summary:
AnalysisBase will have optional
_experiment
and_generation_strategy
fields, with getter and setter properties, as well as thestandard_generation_strategy
prop fromScheduler
.Scheduler
andAxClient
will inherit these from it.The naming is less than optimal with AnalysisBase holding the experiment and GS.
This is otherwise a no-op change designed to reduce pyre errors.
Differential Revision: D66712036