Closed asottile closed 3 years ago
extend-ignore
ignore
python -Wonce -c 'import snorkel.labeling.model.label_model'
python -Wonce -c 'import test.labeling.apply.lf_applier_spark_test_script'
Need help on these? Just ask!
tox -e complex
tox -e spark
Thank you for these updates, @asottile! All looks good to me. (The failing CI test is due to a separate known issue that we're investigating).
extend-ignore
is better thanignore
as it preserves the default ignore listDescription of proposed changes
Related issue(s)
Test plan
python -Wonce -c 'import snorkel.labeling.model.label_model'
python -Wonce -c 'import test.labeling.apply.lf_applier_spark_test_script'
Checklist
Need help on these? Just ask!
tox -e complex
and/ortox -e spark
if appropriate. N/A