Skip to content

Commit

Permalink
bugfix in checkpoint node
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Thomm committed Aug 31, 2020
1 parent b9659bf commit 8a9674f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def action_remove_sequence_output(self, index):
'data': i}

def action_make_data(self):
self.passive = True
self.delete_input(0)
for i in range(self.num_exec_outputs):
self.delete_output(0)
Expand Down

0 comments on commit 8a9674f

Please sign in to comment.