Skip to content

Commit

Permalink
Merge branch 'release/3.0.1' into test/new_optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger authored Nov 29, 2023
2 parents b494717 + f818228 commit d71d348
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions discopop_explorer/parallel_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ def pet_function_metadata_initialize_worker(pet):
global_pet = pet


def pet_function_metadata_parse_func(param_tuple):
func_node = param_tuple
def pet_function_metadata_parse_func(func_node):
stack: List[Node] = global_pet.direct_children(func_node)
func_node.children_cu_ids = [node.id for node in stack]
local_children: Set[NodeID] = set()
Expand Down

0 comments on commit d71d348

Please sign in to comment.