Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore bad return type annotation in convert_seed_and_sample_shape
Why? This type is incorrect (the type checker does not consider `rng` here to be a `PRNGKey`) The reason this has worked in the past is because `chex.PRNGKey` is considered to be `Any`; this incorrect annotation is blocking us from making `chex.PRNGKey` a more meaningful annotation. PiperOrigin-RevId: 565142299
- Loading branch information