ntucllab / libact

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

Better tmp file handing #121

Closed byted closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #121 into master will decrease coverage by 4.81%. The diff coverage is 25.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
- Coverage   89.69%   84.87%   -4.82%     
==========================================
  Files          34       36       +2     
  Lines        1358     1468     +110     
==========================================
+ Hits         1218     1246      +28     
- Misses        140      222      +82
Impacted Files Coverage Δ
libact/base/dataset.py 70.83% <14.28%> (-13.65%) :arrow_down:
libact/models/jsre.py 23.8% <23.8%> (ø)
libact/labelers/jsre_labeler.py 50% <50%> (ø)

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 c4d4f58...b9f61d3. Read the comment docs.