Skip to content

Commit

Permalink
fix for consume
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun committed May 10, 2019
1 parent ef85d9d commit 2c7814b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dace/graph/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ def __init__(self, consume, dynamic_inputs=set()):
if consume is None:
raise ValueError("Consume for ConsumeEntry can not be None.")
self._consume = consume
self._map_depth = 0
self.add_in_connector('IN_stream')
self.add_out_connector('OUT_stream')

Expand Down

0 comments on commit 2c7814b

Please sign in to comment.