Skip to content

Commit

Permalink
Handle no event maps for binding event
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorFWild committed Nov 23, 2023
1 parent 8c07a0c commit e8174fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ligand_neighbourhood_alignment/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,6 @@ def _save_neighbourhoods(
dic["/".join(ligand_id)] = neighbourhood.to_dict()
yaml.safe_dump(dic, f)


def _save_ligand_neighbourhood_transforms(fs_model, ligand_neighbourhood_transforms):
with open(fs_model.ligand_neighbourhood_transforms, 'w') as f:
dic = {}
Expand Down

0 comments on commit e8174fb

Please sign in to comment.