Skip to content
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

Make choose_analyses pass on base and be an abstract method #3469

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mgarrard
Copy link
Contributor

@mgarrard mgarrard commented Mar 5, 2025

Summary: The implementation of choose_analyses should always be done depending on other attributes, and we have those exisiting methods elsewhere. This seems like it was initially implemented this way during development of the stack and never cleaned up - just cleaning it up as i go.

Differential Revision: D70641832

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Mar 5, 2025
Summary: The implementation of choose_analyses should always be done depending on other attributes, and we have those exisiting methods elsewhere. This seems like it was initially implemented this way during development of the stack and never cleaned up - just cleaning it up as i go.

Differential Revision: D70641832
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70641832

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.02%. Comparing base (36d55fc) to head (c1c38d4).

Files with missing lines Patch % Lines
ax/service/utils/analysis_base.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3469   +/-   ##
=======================================
  Coverage   96.02%   96.02%           
=======================================
  Files         539      539           
  Lines       52886    52887    +1     
=======================================
+ Hits        50785    50786    +1     
  Misses       2101     2101           

☔ 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.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants