Skip to content

Commit 8895b79

Browse files
committed
Merge branch 'ellipse_mask' of https://github.com/jiafatom/tensorflow-onnx into ellipse_mask
2 parents be13d6b + d975087 commit 8895b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ def test_strided_slice6(self):
12171217
x_ = x[2, :]
12181218
_ = tf.identity(x_, name=_TFOUTPUT)
12191219
self._run_test_case([_OUTPUT], {_INPUT: x_val})
1220-
1220+
12211221
@skip_caffe2_backend("multiple dims not supported")
12221222
def test_strided_slice7(self):
12231223
x_val = np.arange(5 * 6).astype("float32").reshape(5, 6)

0 commit comments

Comments
 (0)