Skip to content

Commit

Permalink
Merge branch 'get_cell' of github.com:pyiron/structuretoolkit into ge…
Browse files Browse the repository at this point in the history
…t_cell
  • Loading branch information
samwaseda committed May 21, 2024
2 parents f82327e + 98c62c6 commit 0d3a426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structuretoolkit/common/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def apply_strain(
return structure_copy


def get_cell(cell: Union[Atoms, list, np.ndarray, float]):
def get_cell(cell: Union[Atoms, list, tuple, np.ndarray, float]):
"""
Get cell of an ase structure, or convert a float or a (3,)-array into a
orthogonal cell.
Expand Down

0 comments on commit 0d3a426

Please sign in to comment.