You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLN: Remove entry points for models, metrics. Fixes#601
Remove since they are basically unused
by anyone but us, but require maintenance, test, etc.
Squash commits:
- Remove vak/entry_points.py
- Remove import of entry_points from vak/__init__.py
- Remove model and metric entry points from pyproject.toml
- Rewrite models/models.py to not use entry points
- Fix use of models.find in config/validators.py
- Fix use of find in config/models.py
- Remove entry point test in
tests/test_models/test_teenytweetynet.py
- Fix entry point test in tests/test_models/test_tweetynet.py
0 commit comments