-
Notifications
You must be signed in to change notification settings - Fork 321
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
Refactor _get_trial_indices_to_fetch #3086
Conversation
This pull request was exported from Phabricator. Differential Revision: D66045355 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3086 +/- ##
=======================================
Coverage 95.78% 95.78%
=======================================
Files 498 498
Lines 50518 50523 +5
=======================================
+ Hits 48388 48393 +5
Misses 2130 2130 ☔ View full report in Codecov by Sentry. |
cb423d5
to
9a98ad8
Compare
Summary: This diff refactors the _get_trial_indices_to_fetch method to improve its readability and maintainability. The changes include: 1. Extracting a new method _identify_trial_indices_to_fetch that takes both old and new trial statuses as input 2. Simplifying the logic for identifying newly completed, running, and previously completed trials with new data after completion. 3. Improving code organization and reducing duplication Differential Revision: D66045355
This pull request was exported from Phabricator. Differential Revision: D66045355 |
9a98ad8
to
15a8576
Compare
Summary: This diff refactors the _get_trial_indices_to_fetch method to improve its readability and maintainability. The changes include: 1. Extracting a new method _identify_trial_indices_to_fetch that takes both old and new trial statuses as input 2. Simplifying the logic for identifying newly completed, running, and previously completed trials with new data after completion. 3. Improving code organization and reducing duplication Differential Revision: D66045355
This pull request was exported from Phabricator. Differential Revision: D66045355 |
Summary: This diff refactors the _get_trial_indices_to_fetch method to improve its readability and maintainability. The changes include: 1. Extracting a new method _identify_trial_indices_to_fetch that takes both old and new trial statuses as input 2. Simplifying the logic for identifying newly completed, running, and previously completed trials with new data after completion. 3. Improving code organization and reducing duplication Differential Revision: D66045355
15a8576
to
d7f3683
Compare
This pull request was exported from Phabricator. Differential Revision: D66045355 |
Summary: This diff refactors the _get_trial_indices_to_fetch method to improve its readability and maintainability. The changes include: 1. Extracting a new method _identify_trial_indices_to_fetch that takes both old and new trial statuses as input 2. Simplifying the logic for identifying newly completed, running, and previously completed trials with new data after completion. 3. Improving code organization and reducing duplication Reviewed By: lena-kashtelyan Differential Revision: D66045355
d7f3683
to
a695daf
Compare
This pull request was exported from Phabricator. Differential Revision: D66045355 |
This pull request has been merged in ec08fe5. |
Differential Revision: D66045355