Skip to content
Snippets Groups Projects
Commit 54348a20 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Fixed Python unit test

parent c73af0b8
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ class test_operator_binding(unittest.TestCase):
generic_op = generic_node.get_operator()
customImpl = PythonCustomImpl(generic_op)
generic_op.forward() # Do nothing, no implementation set
#generic_op.forward() # Throw an error, no implementation set
generic_op.set_impl(customImpl)
generic_op.forward() # Increment idx
self.assertEqual(customImpl.idx, 1)
......
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