Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Oct 15, 2024
1 parent d462fbf commit 3f07532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynta/coveragedependence.py
Original file line number Diff line number Diff line change
Expand Up @@ -2096,6 +2096,7 @@ def get_configs_for_calculation(configs_of_concern_by_admol,computed_configs,tre
for admol,admol_configs in configs_of_concern_by_admol.items():
if config in admol_configs.keys():
config_for_calculation_to_admol[config] = admol
assert config.is_subgraph_isomorphic(admol.to_group(),save_order=True), (config.to_adjacency_list(),admol.to_adjacency_list())
break
else:
raise ValueError
Expand Down

0 comments on commit 3f07532

Please sign in to comment.