Closed vincentschen closed 4 years ago
Merging #1535 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #1535 +/- ##
=======================================
Coverage 97.51% 97.51%
=======================================
Files 55 55
Lines 2052 2052
Branches 338 338
=======================================
Hits 2001 2001
Misses 23 23
Partials 28 28
@vincentschen looking good! Need to add
model
to https://github.com/snorkel-team/snorkel/blob/master/docs/packages.json to generate the doc pages!
Nice catch — Added!
~@henryre Also ran tox -e doc
afterwards, but no additional chances. Should I expect the underlying _autosummary/.rst files to update?~
Fixed with tox -e fix
!
Description of proposed changes
snorkel/labeling/__init__.py
contained extraneous imports for baseline models. Cleaning up dependencies by moving model imports tosnorkel/labeling/model/__init__.py
Test plan
tox
+tox -e doc
+tox -e complex
Checklist
Need help on these? Just ask!
tox -e complex
and/ortox -e spark
if appropriate.