Skip to content

Commit 2740d9a

Browse files
committed
Test for lb32627-66 error
1 parent 5e5643f commit 2740d9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/xchemalign/aligner.py

+2
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,9 @@ def _perform_alignments(self, meta):
696696
crystal_output[Constants.META_ALIGNED_FILES] = {}
697697
aligned_output = crystal_output[Constants.META_ALIGNED_FILES]
698698
dataset_output = updated_fs_model.alignments[dtag]
699+
print(crystal)
699700
print(dataset_output)
701+
print(event_map_dict_list)
700702
for chain_name, chain_output in dataset_output.items():
701703
aligned_chain_output = aligned_output[chain_name] = {}
702704
i = 0

0 commit comments

Comments
 (0)