Skip to content
Snippets Groups Projects
Commit ec958ea7 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Update unit test.

parent 53f2e8b8
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,6 @@ class test_recipies(unittest.TestCase): ...@@ -56,7 +56,6 @@ class test_recipies(unittest.TestCase):
b1.add_child(add1, 0, 1) b1.add_child(add1, 0, 1)
graph_view.add(b1) graph_view.add(b1)
graph_view.save("matmul")
old_nodes = graph_view.get_nodes() old_nodes = graph_view.get_nodes()
aidge_core.fuse_mul_add(graph_view) aidge_core.fuse_mul_add(graph_view)
......
...@@ -23,7 +23,7 @@ class test_tesnor(unittest.TestCase): ...@@ -23,7 +23,7 @@ class test_tesnor(unittest.TestCase):
def tearDown(self): def tearDown(self):
pass pass
def test_remove_flatten(self): def test_getcoord_getidx(self):
dims = [2,2,2] dims = [2,2,2]
size = reduce((lambda x, y: x*y), dims) size = reduce((lambda x, y: x*y), dims)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment