microsoft / hummingbird

Hummingbird compiles trained ML models into tensor computation for faster inference.
MIT License
3.32k stars 274 forks source link

Pinning holidays #705

Closed interesaaat closed 1 year ago

interesaaat commented 1 year ago

Momentarily fixes #704

codecov-commenter commented 1 year ago

Codecov Report

Merging #705 (b71229e) into main (a318fec) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #705      +/-   ##
==========================================
- Coverage   90.14%   90.13%   -0.01%     
==========================================
  Files          80       80              
  Lines        4625     4624       -1     
  Branches      848      847       -1     
==========================================
- Hits         4169     4168       -1     
  Misses        259      259              
  Partials      197      197              
Flag Coverage Δ
unittests 90.13% <100.00%> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../ml/operator_converters/_linear_implementations.py 97.91% <100.00%> (-0.05%) :arrow_down:
ksaur commented 1 year ago

Thanks for the quick fix! I'll leave the issue open for now so we can sort it out later