Skip to content
Snippets Groups Projects
Commit b09ba860 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Actually increment counter inside random_symbol

parent 745be03a
No related merge requests found
......@@ -111,3 +111,4 @@ def random_symbol(assignment_list, seed=TypedSymbol("seed", np.uint32), rng_node
assignment_list.insert(0, node)
inserted = True
yield symbol
counter += 1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment