Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmcdermott committed Feb 11, 2022
1 parent 19c0de0 commit cf343f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rxn_network/enumerators/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def estimate_max_num_reactions(self, entries: List[ComputedEntry]) -> int:
num_combos = comb(len(entries), i)
num_total_combos += num_combos_with_open * num_combos

return num_total_combos ** 2
return num_total_combos**2

def _get_open_combos(self, open_entries):
"""Get all possible combinations of open entries. For a single entry,
Expand Down

0 comments on commit cf343f8

Please sign in to comment.