ntucllab / libact

Pool-based active learning in Python
http://libact.readthedocs.org/
BSD 2-Clause "Simplified" License
778 stars 174 forks source link

remove tolist() in hintsvm #123

Closed yangarbiter closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #123 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #123   +/-   ##
=======================================
  Coverage   89.69%   89.69%           
=======================================
  Files          34       34           
  Lines        1358     1358           
=======================================
  Hits         1218     1218           
  Misses        140      140
Impacted Files Coverage Δ
libact/query_strategies/hintsvm.py 93.02% <ø> (ø) :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 fbed049...d055bad. Read the comment docs.

yangarbiter commented 7 years ago

missed it QQ

124