Skip to content

Commit d673d7c

Browse files
committed
Fix comment
1 parent 5d2c7a2 commit d673d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_backend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,7 +2477,7 @@ def test_batch_to_spacend_non_const_7d(self):
24772477
x_type, y_type, z_type = np.int64, np.int64, np.int64
24782478
# test 3D upto 7D input tensors
24792479
for x_shape in [[12, 4, 4], [12, 4, 8, 3], [12, 4, 8, 3, 2], [12, 4, 8, 3, 2, 3], [12, 4, 8, 3, 2, 1, 3]]:
2480-
# test 1D upto 7D block shapes
2480+
# test 1D upto 2D block shapes
24812481
for block_shape in [[2, 3], [2]]:
24822482
tf.reset_default_graph()
24832483
# crop 1 layer at end of each dim
@@ -2498,7 +2498,7 @@ def test_space_to_batchnd_non_const_7d(self):
24982498
x_type, y_type, z_type = np.int64, np.int64, np.int64
24992499
# test 3D upto 7D input tensors
25002500
for x_shape in [[2, 4, 4], [1, 4, 8, 3], [1, 4, 8, 3, 2], [1, 4, 8, 3, 2, 3], [1, 4, 8, 3, 2, 1, 3]]:
2501-
# test 1D upto 7D block shapes
2501+
# test 1D upto 2D block shapes
25022502
for block_shape in [[2], [2, 2]]:
25032503
tf.reset_default_graph()
25042504
# pad 1 layer at begin and end of each dim

0 commit comments

Comments
 (0)