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

Ban spaces in metric/parameter names in AxClient #2397

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

Conversation

mpolson64
Copy link
Contributor

Summary: Spaces in names break parsing needed for contraints in AxClient. We discussed many options fo rmoving forward here but this simple solution is the least disruptive

Differential Revision: D56576451

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Apr 25, 2024
Summary: Spaces in names break parsing needed for contraints in AxClient. We discussed many options fo rmoving forward here but this simple solution is the least disruptive

Reviewed By: bernardbeckerman

Differential Revision: D56576451
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 95.30%. Comparing base (adcf3a4) to head (cb3ddaa).
Report is 47 commits behind head on main.

❗ Current head cb3ddaa differs from pull request most recent head 50be52b. Consider uploading reports for the commit 50be52b to get more accurate results

Files Patch % Lines
ax/service/utils/instantiation.py 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2397      +/-   ##
==========================================
+ Coverage   94.91%   95.30%   +0.39%     
==========================================
  Files         491      495       +4     
  Lines       47788    48401     +613     
==========================================
+ Hits        45356    46130     +774     
+ Misses       2432     2271     -161     

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

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

Successfully merging this pull request may close these issues.

None yet

3 participants