Skip to content

Commit

Permalink
mg big gsc
Browse files Browse the repository at this point in the history
  • Loading branch information
kmantel committed Oct 7, 2023
1 parent 9e1b2c5 commit b8e41a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graph_scheduler/condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -2784,6 +2784,7 @@ def _validate_graph(self, graph: typing.Dict[typing.Hashable, typing.Set]):
def _preprocess_graph(self, graph):
return graph

@abc.abstractmethod
def _manipulate_graph(self, graph):
for n in self.nodes:
graph[n].discard(self.owner)
Expand Down

0 comments on commit b8e41a4

Please sign in to comment.