From a82c0f59f5ee0f72f3c280e1ca6a20ef22ec97f4 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Mon, 14 Oct 2024 18:02:43 -0700 Subject: [PATCH] tweak --- pynta/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynta/tasks.py b/pynta/tasks.py index 7e86d6ab..b686bf52 100644 --- a/pynta/tasks.py +++ b/pynta/tasks.py @@ -1236,7 +1236,7 @@ def run_task(self, fw_spec): configs_for_calculation,config_for_calculation_to_admol = get_configs_for_calculation(configs_of_concern_by_admol,computed_configs,tree,Ncalc_per_iter) - for k,v in config_for_calculation_to_admol: + for k,v in config_for_calculation_to_admol.items(): assert k.is_subgraph_isomorphic(v.to_group(),save_order=True) os.makedirs(os.path.join(path,"Iterations",str(iter),"Samples"))