Jake Vanderplas

Results 643 comments of Jake Vanderplas

This is still the case, as mentioned in the docstring of [`jax.lax.cond`](https://jax.readthedocs.io/en/latest/_autosummary/jax.lax.cond.html).

It looks like you synced to an update main branch, then rebased on an older snapshot of the main branch. To fix, you can make sure your local `main` is...

I'd keep working on this PR – it should be an easy fix, and if you have multiple versions of the main branch around, the same issue will come up...

Here's what I'd do: ```bash $ git remote -v # I'm assuming this is what your git remotes look like origin [email protected]:pkgoogle/jax.git (fetch) origin [email protected]:pkgoogle/jax.git (push) upstream [email protected]:google/jax.git (fetch) upstream...

Looks good, please squash the commits

Hey sorry - I don't get alerts about updated pushes unless you comment, so I never saw this. Would you like to re-open and merge this change?

Also, fix the tests by adding `divide` to the aliases listed under `test_lax_numpy_docstrings`

There are some conflicts. Can you rebase against the updated main branch?

Thanks! If you can squash the changes into a single commit, then we'll get this merged.