Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Nov 21, 2024
1 parent b55cda6 commit 9c5a6af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pynta/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,6 @@ def run_task(self, fw_spec):
sample_fws = []
calculation_directories = []
for i,config in enumerate(configs_for_calculation):
assert config.atoms[1].site == "bridge"
adname = None
for admol_name,config_list in admol_to_config_for_calculation.items():
if any(x is config for x in config_list):
Expand Down

0 comments on commit 9c5a6af

Please sign in to comment.