Skip to content
Snippets Groups Projects
Commit 445eb637 authored by Maxence Naud's avatar Maxence Naud
Browse files

[TMP] change scheduler test for Merge to be possible

parent 12ca5c67
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,12 @@ class test_scheduler(unittest.TestCase):
t = aidge_core.Tensor(np.arange(6, dtype=np.int32) - 3)
relu = aidge_core.ReLU()
input_node.add_child(relu)
gv = aidge_core.GraphView()
gv.add(relu)
gv.add(input_node)
gv.set_datatype(aidge_core.dtype.int32)
gv.set_backend("cpu")
......
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