Ax icon indicating copy to clipboard operation
Ax copied to clipboard

Fix is_optimal sometimes being used for y_metric_name

Open mpolson64 opened this issue 1 year ago • 1 comments

Summary: When generating the plot the y_metric name is inferred based on the other columns expected to be. When is_optimal was added this needed to be updated as well.

Now, instead of inferring we're just going to supply the y metric name directly -- this should be less error prone.

Differential Revision: D64123183

mpolson64 avatar Oct 09 '24 20:10 mpolson64

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.72%. Comparing base (367dd2c) to head (2546c29). Report is 197 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2849      +/-   ##
==========================================
- Coverage   95.72%   95.72%   -0.01%     
==========================================
  Files         500      500              
  Lines       49127    49126       -1     
==========================================
- Hits        47028    47027       -1     
  Misses       2099     2099              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Oct 09 '24 20:10 codecov-commenter

merged

saitcakmak avatar Aug 07 '25 14:08 saitcakmak