You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use a for loop to iterate through the equilibrium layer and solve for w_t. This is slow to compile in JAX, and would probably be much faster if we used jax.lax.scan instead. Switch it over.