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 471cd69 commit efb284e
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 @@ -12,7 +12,7 @@ def ase_to_spglib(structure):
return (
structure.cell,
structure.get_scaled_positions(),
np.unique(structure.get_chemical_symbols(), return_inverse=True)[1]
np.unique(structure.get_chemical_symbols(), return_inverse=True)[1],
)


Expand Down

0 comments on commit efb284e

Please sign in to comment.