Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change: Use __init__ files to make import paths sane #74

Open
itrujnara opened this issue Jan 30, 2025 · 0 comments
Open

change: Use __init__ files to make import paths sane #74

itrujnara opened this issue Jan 30, 2025 · 0 comments

Comments

@itrujnara
Copy link
Collaborator

We can use init files in directories to make import paths nicer. We just need to import the relevant classes/functions from the files within. This is especially relevant for classes inside stimulus/data which need 4 levels of nesting to import (from stimulus.data.encoding.encoders import TextOneHotEncoder).

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

No branches or pull requests

1 participant