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

Revert bugs related to selecting dictionary keys with highest values #612

Merged
merged 1 commit into from
Mar 18, 2022

Conversation

jklaise
Copy link
Contributor

@jklaise jklaise commented Mar 18, 2022

Fixes #610.

The mypy type-ignore's are due to the get method potentially returning None (even though it's not possible in this case), see https://stackoverflow.com/questions/66317557/type-hints-for-dict-when-finding-min-value.

@codecov
Copy link

codecov bot commented Mar 18, 2022

Codecov Report

Merging #612 (a4b5230) into master (24e13ce) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #612      +/-   ##
==========================================
+ Coverage   81.98%   82.06%   +0.07%     
==========================================
  Files          77       77              
  Lines       10520    10519       -1     
==========================================
+ Hits         8625     8632       +7     
+ Misses       1895     1887       -8     
Impacted Files Coverage Δ
alibi/explainers/cfproto.py 75.53% <100.00%> (-0.04%) ⬇️
alibi/explainers/anchor_base.py 87.34% <0.00%> (+2.53%) ⬆️

@jklaise jklaise merged commit ea1edbe into SeldonIO:master Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant