Skip to content

Commit

Permalink
Missing block name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcere committed Jan 7, 2025
1 parent 6c6745a commit 78e02da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/execution/main_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def analyze_single_cfg(cfg: CFG, final_dir: Path, args: argparse.Namespace):
for block_name, sfs in jsons.items():
cfg_sfs_dir = sfs_final_dir.joinpath(str(i))
cfg_sfs_dir.mkdir(exist_ok=True, parents=True)
sfs["name"] = block_name
store_sfs_json(block_name, sfs, cfg_sfs_dir)
try:
_, time, solution_found = greedy_standalone(sfs)
Expand Down

0 comments on commit 78e02da

Please sign in to comment.