Closed sfilipi closed 3 years ago
Merging #1639 (de78a2d) into master (ed77718) will increase coverage by
0.33%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #1639 +/- ##
==========================================
+ Coverage 97.21% 97.55% +0.33%
==========================================
Files 68 68
Lines 2151 2286 +135
Branches 345 403 +58
==========================================
+ Hits 2091 2230 +139
+ Misses 31 29 -2
+ Partials 29 27 -2
Impacted Files | Coverage Δ | |
---|---|---|
snorkel/labeling/model/label_model.py | 97.89% <0.00%> (+2.34%) |
: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.
Thank you for the PR! Looks good, I'll merge it in.
@sfilipi feel free to merge with a more descriptive PR title when the tests pass!
Given that the type of data is int, as is, this throws "AttributeError: 'int' object has no attribute 'a' "
Description of proposed changes
Related issue(s)
Fixes # (issue)
Test plan
Checklist
Need help on these? Just ask!
tox -e complex
and/ortox -e spark
if appropriate.