Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
1 more addition to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrendx committed Apr 17, 2020
1 parent de6125e commit 9129ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9961,7 +9961,7 @@ def test_elementwise_ops_on_misaligned_input():
@with_seed()
def test_broadcast_ops_on_misaligned_input():
dtypes = ['float16', 'float32', 'float64']
lead_dims = [2,4,6,10]
lead_dims = [2,3,4,6,10]

for dtype in dtypes:
for lead_dim in lead_dims:
Expand Down Expand Up @@ -9990,7 +9990,7 @@ def test_broadcast_ops_on_misaligned_input():
@with_seed()
def test_broadcast_ops_on_misaligned_input_oneside():
dtypes = ['float16', 'float32', 'float64']
lead_dims = [2,4,6,10]
lead_dims = [2,3,4,6,10]

for dtype in dtypes:
for lead_dim in lead_dims:
Expand Down

0 comments on commit 9129ba2

Please sign in to comment.