Skip to content

Commit

Permalink
modify shape number test=document_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daming5432 committed Dec 29, 2021
1 parent 630d7a1 commit bea27f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lite/tests/unittest_py/op/test_grid_sampler_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ def sample_program_configs(self, draw):
in_shape1 = draw(
st.lists(
st.integers(
min_value=10, max_value=100),
min_size=4,
max_size=4))
min_value=3, max_value=10), min_size=4, max_size=4))

in_shape2 = []
in_shape2.append(in_shape1[0])
Expand Down

0 comments on commit bea27f8

Please sign in to comment.