Skip to content

Commit

Permalink
Added some testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorFWild committed Aug 25, 2023
1 parent f9f43d8 commit 5ae3a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xchemalign/aligner.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,8 @@ def _perform_alignments(self, meta):

new_meta[Constants.META_TRANSFORMS] = {}
print(new_meta[Constants.META_REFERENCE_ALIGNMENTS])
raise Exception
if len(fs_model.reference_alignments) > 1:
raise Exception

## Get the observation to conformer site transforms
ligand_neighbourhood_transforms = read_yaml(fs_model.ligand_neighbourhood_transforms)
Expand Down

0 comments on commit 5ae3a11

Please sign in to comment.