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

[TMP] change scheduler test for Merge to be possible

parent 83aaa459
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,12 @@ class test_scheduler(unittest.TestCase):
input_node = aidge_core.Producer(aidge_core.Tensor(values), "Input")
relu = aidge_core.ReLU()
input_node.add_child(relu)
gv = aidge_core.GraphView()
gv.add(relu)
gv.add(input_node)
input_node.add_child(relu)
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