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

importing an executed module #41

Open
agoryuno opened this issue Sep 2, 2023 · 0 comments
Open

importing an executed module #41

agoryuno opened this issue Sep 2, 2023 · 0 comments

Comments

@agoryuno
Copy link

agoryuno commented Sep 2, 2023

adet.data.__init__.py contains an import:

from . import builtin

while adet.data.builtin.py contains code in global scope (starting on line 81) which is meant to be run when executing the module from the shell. This causes ipykernel to explode when running any code that imports anything from adet.data in a Notebook or Google Colab. The simple solution is to hide the executable code in an if __name__ == '__main__' block.

agoryuno added a commit to agoryuno/DeepSolo that referenced this issue Sep 2, 2023
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