We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following works:
from tensorflow import ones from C.B import f f(ones([1, 2]))
The following doesn't work:
from tensorflow import ones from C import B B.f(ones([1, 2]))
Specifically, we can't resolve B.
B
The text was updated successfully, but these errors were encountered:
Enhancements to PYTHONPATH.
544499d
* Fix wala#177. * Fix wala#178.
Support for analyzing multiple local modules (multi-module projects) …
6e73bc6
…by using PYTHONPATH (#176) Fixes: - #163 - #177 - #178
Successfully merging a pull request may close this issue.
The following works:
The following doesn't work:
Specifically, we can't resolve
B
.The text was updated successfully, but these errors were encountered: