Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 14, 2024
1 parent 9cf77a7 commit 647542a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions atomistics/workflows/evcurve/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ def generate_structures_helper(
)
key_lst = [1 + np.round(strain, 7) for strain in strain_lst]
value_lst = [
_strain_axes(
structure=structure, axes=axes, volume_strain=strain
)
_strain_axes(structure=structure, axes=axes, volume_strain=strain)
for strain in strain_lst
]
return {key: value for key, value in zip(key_lst, value_lst)}
Expand Down

0 comments on commit 647542a

Please sign in to comment.