Skip to content

Commit be27bb8

Browse files
Nora KhalilNora Khalil
authored andcommitted
forgot to change 'self' to 'entry.item'
1 parent 9c52cca commit be27bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmgpy/data/kinetics/family.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3394,7 +3394,7 @@ def prune_tree(self, rxns, newrxns, thermo_database=None, new_fraction_threshold
33943394
atm.reg_dim_r[0] = []
33953395
atm.reg_dim_site[0] = []
33963396
atm.reg_dim_morphology[0] = []
3397-
for bd in self.get_all_edges():
3397+
for bd in entry.item.get_all_edges():
33983398
bd.reg_dim[0] = []
33993399

34003400
def make_tree_nodes(self, template_rxn_map=None, obj=None, T=1000.0, nprocs=0, depth=0, min_splitable_entry_num=2,

0 commit comments

Comments
 (0)