Closed ericprez closed 3 months ago
Discovered with a dumb typo. It looks like you can create cycles in the computation DAG by adding a node that has an argument with the same name as the node itself:
def input_a(input_a, input_b).
Discovered with a dumb typo. It looks like you can create cycles in the computation DAG by adding a node that has an argument with the same name as the node itself:
def input_a(input_a, input_b).