Skip to content

Commit 10ed618

Browse files
committed
k
1 parent cb6fadb commit 10ed618

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

_unittests/ut_light_api/test_light_api.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ 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
542541
def test_constant_of_shape_value(self):
543542
onx = (
544543
start()
@@ -568,9 +567,6 @@ def test_slice(self):
568567
got = ref.run(None, {"X": np.array([2, 3], dtype=np.int64)})[0]
569568
self.assertEqualArray(np.ones((2, 1), dtype=np.float32), got)
570569

571-
=======
572-
>>>>>>> 2dd068672d352ed1761d889c071a9bac02790663
573570

574571
if __name__ == "__main__":
575-
TestLightApi().test_add()
576572
unittest.main(verbosity=2)

0 commit comments

Comments
 (0)