Skip to content

Commit

Permalink
Format black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Jan 30, 2024
1 parent 94d5cea commit 1819b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomistics/workflows/elastic/symmetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def ase_to_spglib(structure):
return (
np.array(cell.get_cell().T, dtype="double", order="C"),
np.array(cell.get_scaled_positions(), dtype="double", order="C"),
np.array(cell.get_atomic_numbers(), dtype="intc")
np.array(cell.get_atomic_numbers(), dtype="intc"),
)


Expand Down

0 comments on commit 1819b5d

Please sign in to comment.