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

Simplify ax/analysis/plotly directory structure #2684

Closed
wants to merge 1 commit into from

Conversation

saitcakmak
Copy link
Contributor

Summary:
Having separate sub-directories for each analysis makes the directory structure & import paths overly verbose. It also necessitates adding an __init__.py file for each sub-directory, which is easy to miss and can lead to module not found errors elsewhere (see D61607199).

This diff eliminates the separate sub-directory for the parallel coordinates analysis.

Differential Revision: D61611408

Summary:
Having separate sub-directories for each analysis makes the directory structure & import paths overly verbose. It also necessitates adding an `__init__.py` file for each sub-directory, which is easy to miss and can lead to `module not found` errors elsewhere (see D61607199).

This diff eliminates the separate sub-directory for the parallel coordinates analysis.

Differential Revision: D61611408
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Aug 21, 2024
@facebook-github-bot
Copy link
Contributor

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

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.29%. Comparing base (84b307d) to head (5498b4e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2684   +/-   ##
=======================================
  Coverage   95.29%   95.29%           
=======================================
  Files         495      495           
  Lines       47832    47832           
=======================================
  Hits        45582    45582           
  Misses       2250     2250           

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 8801c79.

@Balandat
Copy link
Contributor

This caused a tutorial failure in botorch: https://github.com/pytorch/botorch/actions/runs/10495950816/job/29075527236

@saitcakmak
Copy link
Contributor Author

By fixing one issue, it unearthed a different issue :). Being fixed in #2692

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

Successfully merging this pull request may close these issues.

4 participants