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

Can't track modules with the same name in different directories #162

Open
khatchad opened this issue Mar 7, 2024 · 0 comments
Open

Can't track modules with the same name in different directories #162

khatchad opened this issue Mar 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@khatchad
Copy link
Collaborator

khatchad commented Mar 7, 2024

Assume the following file structure from https://github.com/YunYang1994/TensorFlow2.0-Examples:

$ find . -name main.py
./3-Neural_Network_Architecture/main.py
./4-Object_Detection/mAP/main.py
./4-Object_Detection/MTCNN/main.py

AFAICT, a call graph for only one of the main.py scripts is being created.

@khatchad khatchad added the bug Something isn't working label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant