Skip to content

Commit

Permalink
Fix pytype error
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 555254968
  • Loading branch information
romanngg committed Aug 11, 2023
1 parent 4de699a commit 15fd356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/stax/elementwise_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,7 @@ def kernel_fn_emp(x1, x2, get, params):
kernel_fn_emp_g = jit(value_and_grad(kernel_fn_emp), static_argnames='get')

def kernel_scalar_mc_grad_mean(x1, x2):
x1: np.ndarray
key = random.PRNGKey(4)
n_samples = 2**9
k, k_grad = 0., 0.
Expand Down

0 comments on commit 15fd356

Please sign in to comment.