Closed bhancock8 closed 2 years ago
Merging #1653 (f5a64c7) into master (39dc1c4) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #1653 +/- ##
=======================================
Coverage 97.31% 97.32%
=======================================
Files 68 68
Lines 2163 2165 +2
Branches 350 351 +1
=======================================
+ Hits 2105 2107 +2
Misses 30 30
Partials 28 28
Impacted Files | Coverage Δ | |
---|---|---|
snorkel/labeling/model/label_model.py | 96.40% <100.00%> (+0.02%) |
:arrow_up: |
This pull request is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Description of proposed changes
Update numpy to resolve incompatibility with spacy, resulting in the following error message and failing CI tests on
master
:Test plan
Unit tests fail previously, confirm they pass after this update
Checklist
Need help on these? Just ask!
tox -e complex
and/ortox -e spark
if appropriate.