mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
db56600536
* Fix default parameters for load functions Some load functions used SimpleFrozenList() directly instead of the _DEFAULT_EMPTY_PIPES parameter. That mostly worked as intended, but the changes in #11459 check for equality using identity, not value, so a warning is incorrectly raised sometimes, as in #11706. This change just has all the load functions use the singleton value instead. * Add test that there are no warnings on module-based load This will succeed due to changes in this branch, but local tests with the latest release failed as intended. * Try reverting commit and see if CI changes There is an error in CI that is probably unrelated. Revert "Fix default parameters for load functions" This reverts commit |
||
---|---|---|
.. | ||
contributors | ||
ISSUE_TEMPLATE | ||
workflows | ||
azure-steps.yml | ||
CONTRIBUTOR_AGREEMENT.md | ||
PULL_REQUEST_TEMPLATE.md | ||
spacy_universe_alert.py | ||
validate_universe_json.py |