Skip to content
Snippets Groups Projects

Actually increment counter inside random_symbol

Merged Michael Kuron requested to merge random_symbol into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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
Loading