Skip to content

Commit

Permalink
Deflake timing-out test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 511815279
  • Loading branch information
romanngg committed Mar 9, 2023
1 parent 5be5afd commit 6681c30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/rules_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
import itertools
import logging
import random
from typing import Optional, Sequence
from typing import Tuple
from typing import Optional, Sequence, Tuple
import warnings

from absl.testing import absltest
import jax
from jax import lax
from jax._src import dispatch as jax_dispatch
from jax.config import config
from jax.core import Primitive, ShapedArray
from jax.core import Primitive
from jax.core import ShapedArray
from jax.interpreters import ad
from jax._src import dispatch as jax_dispatch
import jax.numpy as np
import more_itertools
from neural_tangents._src.utils import rules
Expand Down Expand Up @@ -70,7 +70,7 @@
(1, 2),
(2, 3),
# (3, 2),
(0, 1, 0),
# (0, 1, 0),
(1, 2, 3),
(6, 3, 2),
# (2, 1, 1),
Expand Down

0 comments on commit 6681c30

Please sign in to comment.