Skip to content

Skip features that fail to load instead of crashing#16

Open
jeto wants to merge 1 commit into
masterfrom
graceful-feature-load
Open

Skip features that fail to load instead of crashing#16
jeto wants to merge 1 commit into
masterfrom
graceful-feature-load

Conversation

@jeto
Copy link
Copy Markdown
Contributor

@jeto jeto commented May 22, 2026

  • Wrap module import in Features/init.py so a bad import doesn't abort all feature loading
  • Wrap featureClass() in loadFeatures() so init-time errors (e.g. missing word2vec models) skip that feature with a printed warning instead of taking down the whole app

- Wrap module import in Features/__init__.py so a bad import doesn't abort all feature loading
- Wrap featureClass() in loadFeatures() so init-time errors (e.g. missing word2vec models) skip that feature with a printed warning instead of taking down the whole app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant