Skip to content

Conversation

@esantorella
Copy link
Contributor

Summary:
Context: In D86452716, we remove Experiment's attribute _data_by_trial and give it an attribute Data. This is quite a complex change; in addition to the changes on Experiment, it requires storage changes and updating many callsites. Solely in order to split that diff up, this diff gives Experiment a property data (which will become an attribute in D86452716) and updates call sites.

Changes:

  • Gives Experiment a property Data that is equivalent to .lookup_data()
  • Updates many call sites to reference data rather than _data_by_trial

Differential Revision: D87004539

@meta-codesync
Copy link

meta-codesync bot commented Dec 18, 2025

@esantorella has exported this pull request. If you are a Meta employee, you can view the originating Diff in D87004539.

@meta-cla meta-cla bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Dec 18, 2025
esantorella added a commit to esantorella/Ax that referenced this pull request Dec 18, 2025
Summary:

**Context**: In D86452716, we remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. This is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. Solely in order to split that diff up, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Differential Revision: D87004539
@codecov-commenter
Copy link

codecov-commenter commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.72%. Comparing base (4d8537b) to head (a7b7aa0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4686      +/-   ##
==========================================
- Coverage   96.73%   96.72%   -0.01%     
==========================================
  Files         582      582              
  Lines       60710    60705       -5     
==========================================
- Hits        58726    58719       -7     
- Misses       1984     1986       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

esantorella added a commit to esantorella/Ax that referenced this pull request Dec 22, 2025
Summary:

**Context**: In D86452716, we remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. This is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. Solely in order to split that diff up, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Dec 23, 2025
Summary:
Pull Request resolved: facebook#4686

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Dec 26, 2025
Summary:
Pull Request resolved: facebook#4686

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Jan 2, 2026
Summary:
Pull Request resolved: facebook#4686

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Jan 2, 2026
Summary:

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Jan 2, 2026
Summary:

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Jan 2, 2026
Summary:

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Jan 2, 2026
Summary:

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Jan 2, 2026
Summary:

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Jan 2, 2026
Summary:

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Jan 5, 2026
Summary:

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Jan 5, 2026
Summary:

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Jan 5, 2026
Summary:

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
Summary:

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Jan 5, 2026
Summary:

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
esantorella added a commit to esantorella/Ax that referenced this pull request Jan 5, 2026
Summary:

**Context**: This diff exists to split up a more complex change. The next diff, D86452716, will remove `Experiment`'s attribute `_data_by_trial` and give it an attribute `Data`. That is quite a complex change; in addition to the changes on `Experiment`, it requires storage changes and updating many callsites. As a first step, this diff gives `Experiment` a property `data` (which will become an attribute in D86452716) and updates call sites. It should not be landed alone.

**Changes**:
* Gives `Experiment` a property `Data` that is equivalent to `.lookup_data()`
* Updates many call sites to reference `data` rather than `_data_by_trial`

Reviewed By: saitcakmak

Differential Revision: D87004539
@meta-codesync
Copy link

meta-codesync bot commented Jan 5, 2026

This pull request has been merged in 59b3d62.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants