Skip to content

Commit cb6fadb

Browse files
committed
fix missing variable
2 parents 8627c21 + 2dd0686 commit cb6fadb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_unittests/ut_light_api/test_light_api.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ def test_constant_of_shape(self):
538538
got = ref.run(None, {"X": np.array([2, 3], dtype=np.int64)})[0]
539539
self.assertEqualArray(np.zeros((2, 3), dtype=np.float32), got)
540540

541+
<<<<<<< HEAD
541542
def test_constant_of_shape_value(self):
542543
onx = (
543544
start()
@@ -567,6 +568,8 @@ def test_slice(self):
567568
got = ref.run(None, {"X": np.array([2, 3], dtype=np.int64)})[0]
568569
self.assertEqualArray(np.ones((2, 1), dtype=np.float32), got)
569570

571+
=======
572+
>>>>>>> 2dd068672d352ed1761d889c071a9bac02790663
570573

571574
if __name__ == "__main__":
572575
TestLightApi().test_add()

0 commit comments

Comments
 (0)