Skip to content

Commit

Permalink
Update for addressing KRS alignment error
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorFWild committed Nov 28, 2024
1 parent 80e8979 commit a14b2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ligand_neighbourhood_alignment/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def _get_structures(datasets):
cell_lengths = np.max(pos_array) - np.min(pos_array)

structure.cell = gemmi.UnitCell(cell_lengths[0], cell_lengths[1], cell_lengths[2], 90.0, 90.0, 90.0)
print(structure.cell.a)
# print(structure.cell.a)
structures[dataset.dtag] = structure

return structures
Expand Down

0 comments on commit a14b2e9

Please sign in to comment.