ogrisel / pygbm

Experimental Gradient Boosting Machines in Python with numba.
MIT License
183 stars 32 forks source link

Disable workaround for numba threading backend fix #15

Closed ogrisel closed 6 years ago

ogrisel commented 6 years ago

The wheels for numba 0.40.1 now use tbb by default without causing the openmp backend introspection to crash (openmp is disabled in those wheels).

codecov-io commented 6 years ago

Codecov Report

Merging #15 into master will decrease coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage   73.91%   73.82%   -0.09%     
==========================================
  Files           8        8              
  Lines         598      596       -2     
==========================================
- Hits          442      440       -2     
  Misses        156      156
Impacted Files Coverage Δ
pygbm/__init__.py 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 176a35b...883bbf3. Read the comment docs.

ogrisel commented 6 years ago

Code coverage report is not very clever to say the least: how can deleting 2 lines of code decrease coverage...