-
Notifications
You must be signed in to change notification settings - Fork 24
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
version 0.8 seems to miss some imports #66
Comments
this seems to be a complicated bug. the underlying issue is that this line
throws an exception (not sure why, it works from ipython). that makes us think that the import is |
That sounds like a bug, no? It fails to resolve tf2jax._src.config from ops.py, but it succeeds for tf2jax.py in the same directory, except not for the direct import but for the one imported originally in ops.py
Changing the import to |
yes, it's definitely a bug, i just can't pinpoint why it occurs. this is the traceback from
|
Thanks for looking into it! For the moment, I have downgraded importlab (and pytype) in my setup, so it is not urgent. |
Running with --tree --trim on this file https://github.com/deepmind/tf2jax/blob/main/tf2jax/_src/ops.py
0.7 gives the correct tree
but 0.8 misses tf2jax/_src/config.py
Any idea what is causing this?
The text was updated successfully, but these errors were encountered: