Skip to content

Commit

Permalink
Merge branch 'reduce_overhead' into ro_one_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 18, 2022
2 parents e57b683 + 3e4e34a commit 061aa5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, splitter_name=None):
def set_governed_app_vertex(self, app_vertex):
super().set_governed_app_vertex(app_vertex)
if not isinstance(app_vertex, LegacyPartitionerAPI):
for abstractmethod in LegacyPartitionerAPI._abstract_methods():
for abstractmethod in LegacyPartitionerAPI.abstract_methods():
check = getattr(app_vertex, abstractmethod, None)
if not check:
raise PacmanConfigurationException(
Expand Down

0 comments on commit 061aa5f

Please sign in to comment.