Skip to content
Snippets Groups Projects
Commit 573425cf authored by Axel Farrugia's avatar Axel Farrugia
Browse files

[Refactor](R18) Adapt to new aidge_cmp flag system

parent be873655
No related branches found
No related tags found
No related merge requests found
......@@ -502,8 +502,9 @@ This option has to be passed to each node in order to be used within the Export
(JConv, JPad, ...) that you can find in the "export_gen/operator_export" folder.
"""
for node in model.get_nodes():
node.attributes().aidge_cmp = AIDGE_CMP
if AIDGE_CMP:
for node in model.get_nodes():
node.attributes().aidge_cmp = True
# --------------------------------------------------------------
# EXPORT THE MODEL
......
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