Running with --tree --trim on this file https://github.com/deepmind/tf2jax/blob/main/tf2jax/_src/ops.py 0.7 gives the correct tree ``` + tf2jax/_src/ops.py :: dataclasses.py :: functools.py :: typing.py :: absl/logging/__init__.py :: jax/__init__.py :: jax/_src/lax/control_flow/__init__.py :: jax/numpy/__init__.py :: numpy/__init__.py :: tensorflow/__init__.py tf2jax/_src/config.py :: contextlib.py tf2jax/_src/numpy_compat.py tf2jax/_src/xla_utils.py ``` but 0.8 misses tf2jax/_src/config.py ``` + tf2jax/_src/ops.py :: dataclasses.py :: functools.py :: typing.py :: absl/logging/__init__.py :: jax/__init__.py :: jax/_src/lax/control_flow/__init__.py :: jax/numpy/__init__.py :: numpy/__init__.py :: tensorflow/__init__.py tf2jax/_src/__init__.py tf2jax/_src/numpy_compat.py tf2jax/_src/xla_utils.py ``` Any idea what is causing this?
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?