From 647542a6ed3997122daca85064baf644f97c2a3b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 19:21:10 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- atomistics/workflows/evcurve/helper.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/atomistics/workflows/evcurve/helper.py b/atomistics/workflows/evcurve/helper.py index e8e62619..228e4f1c 100644 --- a/atomistics/workflows/evcurve/helper.py +++ b/atomistics/workflows/evcurve/helper.py @@ -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)}