Skip to content

[core] Node with op set to None segfault

The following code creates a Segmentation Fault:

import aidge_core
aidge_core.Node(op=None)

Wether or not this code is authorized may be debatable but the code should not SegFault!

I think it should be possible to create a Node with no Operator attach to it.